Make FloatingPointValue
operations scale beyond double
#113
Labels
enhancement
New feature or request
FloatingPointValue
operations scale beyond double
#113
Motivation
To support operations on
FloatingPointValue
s beyond 64 bits, math operations should be done without depending onDart
'sdouble
Desired solution
Implement math operations without depending on
double
inFloatingPointValue
Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: