Make `FloatingPointValue` operations scale beyond `double`
Open
enhancement
- Dominant language
- Dart
- Stars
- 115
- Forks
- 39
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 1
Description
### Motivation
To support operations on `FloatingPointValue`s beyond 64 bits, math operations should be done without depending on `Dart`'s `double`
### Desired solution
Implement math operations without depending on `double` in `FloatingPointValue`
### Alternatives considered
_No response_
### Additional details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.