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

common function and constant names #3

Open
kevinbarabash opened this issue Feb 17, 2017 · 0 comments
Open

common function and constant names #3

kevinbarabash opened this issue Feb 17, 2017 · 0 comments

Comments

@kevinbarabash
Copy link
Member

kevinbarabash commented Feb 17, 2017

The common function names can be use by parsers that don't support multi-char identifiers except for common functions and constants, e.g. the parser from KAS.

We use the English names for these functions as identifiers. Software using math-ast should handle localization to and from these identifiers.

Functions:

  • Trig functions: cos, sin, tan, acos, asin, atan, cosh, sinh, tanh, acosh, asinh, atanh
  • Log functions: log (base 10 log), lg (base 2 log), ln (natural log)
  • Other functions: n choose k, n permute k, nthroot, bessel functions, Gamma, ?

Constants:

  • e, pi, tau, phi, ?
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