julia> import Printf
julia> @printf("%3.2f", 3.1416)
ERROR: LoadError: UndefVarError: @printf not defined
in expression starting at REPL[12]:1
3 posts - 2 participants
julia> import Printf
julia> @printf("%3.2f", 3.1416)
ERROR: LoadError: UndefVarError: @printf not defined
in expression starting at REPL[12]:1
3 posts - 2 participants