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
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