We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BigFloat
1 parent 83263ee commit d40e71aCopy full SHA for d40e71a
base/mpfr.jl
@@ -1028,7 +1028,7 @@ function _string(x::BigFloat, fmt::String)::String
1028
isfinite(x) || return string(Float64(x))
1029
_prettify_bigfloat(string_mpfr(x, fmt))
1030
end
1031
-_string(x::BigFloat) = _string(x, "%.Re")
+_string(x::BigFloat) = _string(x, "%Re")
1032
_string(x::BigFloat, k::Integer) = _string(x, "%.$(k)Re")
1033
1034
string(b::BigFloat) = _string(b)
0 commit comments