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

arctan from asciimath does not map to atan in Math #8

Open
turing opened this issue Sep 15, 2020 · 0 comments
Open

arctan from asciimath does not map to atan in Math #8

turing opened this issue Sep 15, 2020 · 0 comments

Comments

@turing
Copy link

turing commented Sep 15, 2020

hey,

First off, was overjoyed to find this lib.

(2*arctan((36/(2*85))))*(180/PI) = Error!

(2*atan((36/(2*85))))*(180/pi) = Error!

(2*atan((36/(2*85))))*(180/PI) = 23.913

ideally:

(2*arctan((36/(2*85))))*(180/pi) = 23.913

Using the http://asciimath.org/ reference, arctan would ideally be mapped to the correct function, along with all of the others: sin, cos, tan, sec, csc, cot, arcsin, arccos, arctan, sinh, cosh, tanh, sech, csch, coth, exp, log, ln, det, dim, mod, gcd, lcm, lub, glb, min, max, f, g.

Thanks!

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