We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Math.asinh
Math.atanh
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
var isAsinhOK = Math.asinh(0.0002) >= 0.0001999999986666666 && Math.asinh(0.0002) <= 0.0001999999986666668; var isAtanhOK = Math.atanh(0.0002) >= 0.0002000000026666667 && Math.atanh(0.0002) <= 0.0002000000026666668;
Both of these are true in shimmed Firefox 37 and Safari 8, both false in Chrome 41 and Chrome Canary 44.
From compat-table/compat-table#392 (comment)
The text was updated successfully, but these errors were encountered:
@Yaffle Note that our actual asinh and atanh shims fail this test also.
asinh
atanh
Sorry, something went wrong.
see compat-table/compat-table#392 (comment)
It looks like this issue is fixed; probably should close the issue?
yes
When (or in what PR/commit) was it fixed?
ec76d49
Thanks!
Fixed in ec76d49, then.
ljharb
Successfully merging a pull request may close this issue.
Both of these are true in shimmed Firefox 37 and Safari 8, both false in Chrome 41 and Chrome Canary 44.
From compat-table/compat-table#392 (comment)
The text was updated successfully, but these errors were encountered: