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

Specify radians vs degrees #29

Closed
davedelong opened this issue Aug 31, 2012 · 0 comments
Closed

Specify radians vs degrees #29

davedelong opened this issue Aug 31, 2012 · 0 comments
Assignees

Comments

@davedelong
Copy link
Owner

From this Stackoverflow.com question, the author is requesting the ability to specify that the trigonometric functions take their arguments in degrees instead of radians.

For example, in degree mode:

sin(45) = 0.7071067811865475
sin(π/2) = 0.02741213359204429

Whereas in radians mode (the default):

sin(45) = 0.8509035245341184
sin(π/2) = 1
@ghost ghost assigned davedelong Aug 31, 2012
davedelong added a commit that referenced this issue Aug 31, 2012
DDMathEvaluator has a new property to specify that the arguments to the trigonometric functions should be interpreted as being in degrees versus radians (the default).
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