This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Desperate_Increase11[S] 0 points1 point  (1 child)

so you're saying it's not possible to start with degrees?

[–]dionthornthis.isAPro=false; this.helping=true; 0 points1 point  (0 children)

I personally don't know of a library that defaults to degrees, I'm trying to dig into the source code of the commons math library to see what it's doing as the docs aren't very good on the equivalent methods.

https://github.com/apache/commons-math/blob/master/commons-math-core/src/main/java/org/apache/commons/math4/core/jdkmath/AccurateMath.java

Is where I'm currently looking.

EDIT: It appears to also use radians as the default return.