Skip to content

Dividing a number by eg. 3 adds unexpected zeroes #205

Closed Answered by PaulRBerg
hellowodl asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for your question!

sd(3) is actually 3e-18 in normal numbers (recall that this is a fixed-point math library).

You perhaps wanted to divide by sd(3e18).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hellowodl
Comment options

Answer selected by hellowodl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants