Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support ES6 additions to Math #166

Closed
gbrail opened this issue Mar 10, 2015 · 2 comments
Closed

Support ES6 additions to Math #166

gbrail opened this issue Mar 10, 2015 · 2 comments
Milestone

Comments

@gbrail
Copy link
Collaborator

gbrail commented Mar 10, 2015

These include a whole bunch of new trigonometric functions.

@gbrail
Copy link
Collaborator Author

gbrail commented Jun 16, 2015

Added stuff into Math:

cbrt()
cosh()
expm1()
hypot()
log1p()
log10()
sinh()
tanh()
imul()
trunc()

There are a few more still missing, mostly due to no support in java.lang.Math yet (they could be emulated int a future release):

acosh()
asinh()
atanh()
clz32()
fround()
log2()

@gbrail gbrail added this to the Release 1.7.7 milestone Jun 17, 2015
@gbrail
Copy link
Collaborator Author

gbrail commented Jun 17, 2015

Opened a new issue for the ones that continue to be missing.

@gbrail gbrail closed this as completed Jun 17, 2015
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant