Formatting.jl
Formatting.jl copied to clipboard
Cannot format NaN
I have an array of Float64 that may contain NaN or Inf Below returns error:
format(NaN, width=4)
Can it simply return "NaN" or "Inf" if the input value is not valid? Regardless of the keyword argument?
Thank you
Note: this is already fixed in Format.jl