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

Exponential functions not accurate #160

Open
isXander opened this issue Jul 27, 2022 · 1 comment
Open

Exponential functions not accurate #160

isXander opened this issue Jul 27, 2022 · 1 comment

Comments

@isXander
Copy link

image

ease in exp is the red line. as you can see, the line does not actually cross 0,0.

With the (x === 0 ? 0 : ...) this would make a noticeable jump

Futhermore, ease out exp also has the issue on the other end.
image
the blue line being ease out exp

@isXander
Copy link
Author

as you can see with the if, there is a noticeable jump
image

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

1 participant