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 trigonometric functions to math.r2py #180

Open
aaaaalbert opened this issue Feb 26, 2016 · 1 comment
Open

Add trigonometric functions to math.r2py #180

aaaaalbert opened this issue Feb 26, 2016 · 1 comment

Comments

@aaaaalbert
Copy link
Contributor

We should have basic trigonometric functions like sin, cos, and tan in Repy too. The implementation should be based on math_e, the exponentiation operator **, and complex value operations.

https://en.wikipedia.org/wiki/Euler's_formula has the math.

@kellender
Copy link

I made a PR for trig functions: #181
I forgot to ask you about how many decimal place you wanted.

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