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

Implement trigonometry functions (SIN, COS, TAN) #18

Open
unbibium opened this issue Mar 3, 2013 · 1 comment
Open

Implement trigonometry functions (SIN, COS, TAN) #18

unbibium opened this issue Mar 3, 2013 · 1 comment

Comments

@unbibium
Copy link
Owner

unbibium commented Mar 3, 2013

No description provided.

@unbibium
Copy link
Owner Author

Fixing the polynomial counter went a long way towards getting this to work. SIN(0) comes up as 0, and so does SIN(pi). But COS(0) comes out at 2.something.

unbibium added a commit that referenced this issue Mar 20, 2013
Fixes #23, implements some of #19 and #18.  SIN, COS, and EXP
now work, but TAN, LOG, and the power operator are a bit
inaccurate due to inaccurate division (#4).
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

1 participant