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

support CH functions for math #132

Open
33 tasks
Tracked by #130
luluai-cn opened this issue Jun 15, 2021 · 1 comment
Open
33 tasks
Tracked by #130

support CH functions for math #132

luluai-cn opened this issue Jun 15, 2021 · 1 comment

Comments

@luluai-cn
Copy link
Contributor

  • e()
  • pi()
  • exp()
  • exp(x)
  • log(x), ln(x)
  • exp2(x)
  • log2(x)
  • exp10(x)
  • log10(x)
  • sqrt(x)
  • cbrt(x)
  • erf(x)
  • erfc(x)
  • lgamma(x)
  • tgamma(x)
  • sin(x)
  • cos(x)
  • tan(x)
  • asin(x)
  • acos(x)
  • atan(x)
  • pow(x, y), power(x, y)
  • intExp2
  • intExp10
  • cosh()
  • acosh()
  • asinh(x)
  • sinh(x)
  • atanh(x)
  • atan2(y, x)
  • hypot(x, y)
  • log1p(x)
  • sign(x)
@luluai-cn luluai-cn changed the title support CH functions for math #132 support CH functions for math Jun 15, 2021
@jinmingjian
Copy link
Contributor

@luluai-cn thanks for collection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants