Q: Is there interest in implementing fixed point math support for this crate? #352
Unanswered
Autoparallel
asked this question in
Q&A
Replies: 1 comment
-
The alloy project currently has a We would likely not be opposed to adding a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Idea
This crate is quite useful in the Rust-Ethereum community already. However, we are lacking Rust-sided support for fixed point operations which could extend some utility when desired.
Rough Proposal
The proposal would include:
log
,exp
,pow
) implementation for 18 decimal fixed point numbers, and for arbitrary decimal numbers when possible.Beta Was this translation helpful? Give feedback.
All reactions