We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
FloatingPointValue
FixedPointValue
Not all numbers can fit in double, so converting back and forth from double doesn't cover all cases
double
Add automation to convert between FloatingPointValue and FixedPointValue
No response
#99
The text was updated successfully, but these errors were encountered:
Related issues from the hardware side: #116, #123
Sorry, something went wrong.
No branches or pull requests
Motivation
Not all numbers can fit in
double
, so converting back and forth fromdouble
doesn't cover all casesDesired solution
Add automation to convert between
FloatingPointValue
andFixedPointValue
Alternatives considered
No response
Additional details
#99
The text was updated successfully, but these errors were encountered: