I don’t know how “noisy” it is for you, but the command for versatile printing is printf
, which by the way is a lot faster than before in Julia 1.6
In this case, the command would be:
@printf "my number: %.2f" f
I don’t know how “noisy” it is for you, but the command for versatile printing is printf
, which by the way is a lot faster than before in Julia 1.6
In this case, the command would be:
@printf "my number: %.2f" f