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
Currently arbitrary precision values are represented by WReal and WInteger types, which are basically string representations. Should we automatically convert these to BigFloat/BigInts? The main downside is the additional overhead of parsing, and the potentially lossy binary/decimal conversion in the case of WReal.
The text was updated successfully, but these errors were encountered:
Currently arbitrary precision values are represented by
WReal
andWInteger
types, which are basically string representations. Should we automatically convert these toBigFloat
/BigInt
s? The main downside is the additional overhead of parsing, and the potentially lossy binary/decimal conversion in the case ofWReal
.The text was updated successfully, but these errors were encountered: