====== Radians (Expression Function) ====== ===== Purpose ===== The **Radians** function (RADIANS) is used to convert a value in degrees to radians. {{::degrees_initial.png?direct&600|}} ===== Parameters ===== The **Radians** function has one parameters: ==== Radians ==== Allowed Inputs: [[Field|field]] value or number The parameter of the **Radians** function is the value in radians to be converted, either use the use the [[Query Builder]] to choose a field that contains the value or use type a value to enter a number. ===== Output ===== The output of the **Radians** function is a number representing an angle in radians. ===== Example ===== For example RADIANS(30) would result in "0.5235987755983" or RADIANS(450) would result in "7.8539816339745"