Open mkorbel1 opened 1 month ago
To support operations on FloatingPointValues beyond 64 bits, math operations should be done without depending on Dart's double
FloatingPointValue
Dart
double
Implement math operations without depending on double in FloatingPointValue
No response
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