Calculator Function Refrence

Function Reference >Calculator Function Reference >General Math>Angle Conversions

Angle Conversions

There are two functions supported that will convert radians to degrees and back.
  • deg(radians)
  • rad(degrees)
deg() will take the input in radians and output the equivalent in degrees.
deg(pi/2)=90
rad() will take the input in degress and output the equivalent in radians. A degree symbol (°) can also be put after an expression to be converted to radians.
rad(180)=3.14159265 180°=3.14159265
Using the degree symbol can be a useful way to enter in trigonometric equations. The degree sybmol can be found on the button panel right next the 'entr' button and right below the '.' button.
sin(90°)=1