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

Add standard math functions #158

Merged
merged 2 commits into from Apr 3, 2019
Merged

Add standard math functions #158

merged 2 commits into from Apr 3, 2019

Conversation

mateogianolio
Copy link
Owner

Adds the following functions from the standard JavaScript Math library:

  • abs,
  • acos,
  • acosh,
  • asin,
  • asinh,
  • atan,
  • atanh,
  • cbrt,
  • ceil,
  • cos,
  • cosh,
  • exp,
  • expm1,
  • floor,
  • fround,
  • log,
  • log1p,
  • log10,
  • log2,
  • pow,
  • round,
  • sign,
  • sin,
  • sinh,
  • sqrt,
  • tan,
  • tanh,
  • trunc

@mateogianolio mateogianolio merged commit 2dd2c54 into master Apr 3, 2019
@mateogianolio mateogianolio deleted the feature/stdmath branch April 3, 2019 20:34
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

Successfully merging this pull request may close these issues.

None yet

1 participant