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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to request that xen-calc adds the ability to convert numbers with decimal places into cents using the function:
log(a/b)*1200/log(2)
Currently xen-calc already works with ratios but I haven't found a way to use integers.
My request would be to allow for numbers with decimals to be converted into cents.
For example:
log(1.495349)*1200/log(2) = 696.578681756c
and
log(1.5014235)*1200/log(2) = 703.597162895c
Thanks
The text was updated successfully, but these errors were encountered:
1.495349 can be entered as the ratio 1495349/1000000, and you can get the cents that way.
Sorry, something went wrong.
No branches or pull requests
I would like to request that xen-calc adds the ability to convert numbers with decimal places into cents using the function:
log(a/b)*1200/log(2)
Currently xen-calc already works with ratios but I haven't found a way to use integers.
My request would be to allow for numbers with decimals to be converted into cents.
For example:
log(1.495349)*1200/log(2) = 696.578681756c
and
log(1.5014235)*1200/log(2) = 703.597162895c
Thanks
The text was updated successfully, but these errors were encountered: