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

Wrong process results in negative exponetials #7

Open
tianshuo opened this issue Dec 31, 2013 · 1 comment
Open

Wrong process results in negative exponetials #7

tianshuo opened this issue Dec 31, 2013 · 1 comment

Comments

@tianshuo
Copy link

-5^2
Drag the 2 without releasing, the answer gives NaN, but after releasing, the answer is a real number.

@osnr
Copy link
Owner

osnr commented Jan 22, 2014

Another rounding issue.. scrubbing granularity too #15

The values between -5^2 and -5^3 are actually NaN, and you scrub between them, but it rounds off to one of the two when you let go.. hm. One of the things in that sentence should change

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