Skip to content
New issue

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

Float Support #115

Open
Light-Wizzard opened this issue Nov 13, 2019 · 1 comment
Open

Float Support #115

Light-Wizzard opened this issue Nov 13, 2019 · 1 comment

Comments

@Light-Wizzard
Copy link

I would like to know the status of float support, I have found a project called float, but is has not been updated since 2015, against ramp .2: float

Currently, I am using Bignumber.js, and an eval.js to use an eval, basically I just pass it an expression. My numbers are very large, and Floating point is not accurate enough. My App is going to be a WebAssembly app, and I would like to do it all in rust, currently I am using Qt.

I need to be able to fix the decimal places in a float, and not the precision, I am looking for a way to do this in rust, is this possible now?

@rozbb
Copy link
Collaborator

rozbb commented Nov 22, 2019

The only thing supported by ramp is the Rational type, which has arbitrary precision. This library isn't really under active development, so that's pretty much all I can offer right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants