You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help?> Base.TwicePrecision
│ Warning
│
│ The following bindings may be internal; they may change or
│ be removed in future versions:
│
│ • Base.TwicePrecision
TwicePrecision{T}(hi::T, lo::T)
TwicePrecision{T}((num, denom))
A number with twice the precision of T, e.g., quad-precision if T =
Float64.
│ Warning
│
│ TwicePrecision is an internal type used to increase the
│ precision of floating-point ranges, and not intended for
│ external use. If you encounter them in real code, the most
│ likely explanation is that you are directly accessing the
│ fields of a range. Use the function interface instead,
│ step(r) rather than r.step