Top "Radians" questions

Questions regarding angular sizes, arguments for trigonometric functions geometry etc.

swift trigonometric functions (cos, tan, arcsin, arcos, arctan)

hello I have to differenciate calculations in degrees and I have the following code but I doesn't return me the …

swift degrees trigonometry radians
Convert radians to degree / degree to radians

Are there build-in functions in R for the conversion of radians to degree and degree to radians? So far I …

r math degrees radians
Convert kilometers to radians

I need to convert kilometers to radians. Is this correct formula? I need radians for nearsphere in MongoDB. If I …

mongodb radians
Standard way to normalize an angle to +/- π radians in Java

Is there a library function or a well-known quick efficient way in Java to normalize an angle to +/- π — e.…

java radians
How to convert a degrees calculation to radians? (Kawa to Java)

I have tried to convert a calculation from an app I made using MIT AppInventor which uses Kawa to Android …

java android radians kawa
Why does OpenGL use degrees instead of radians?

The OpenGL designers were never afraid of mathematics, and knowledge of linear algebra is essential for all but the simplest …

opengl angle degrees radians
MATLAB sin() vs sind()

I noticed that MATLAB has a sin() and sind() functions. I learnt that sin() accepts the angle in radians and …

matlab degrees radians
GLM: function taking degrees as a parameter is deprecated (WHEN USING RADIANS)

Currently using VC++ 11 with SDL2, GLM, and GLEW. The issue is stemming from GLM when I attempt to do two …

c++ game-engine glm-math degrees radians
How can I set the y axis in radians in a Python plot?

I would like to write the radian units of the axes as proportional to \pi: something like $\frac{\pi}{4}$, $\frac{\…

python matplotlib axes radians