ToRadians (PQL)

Converts any degree number to radians. 

  • Returned Output: Numeric
  • Library: PQL \ Common \ Math
  • Version: 2018.00.000
  • Compatibility:
    • Can be combined with and other PQL function throughout the application.
    • It CANNOT be used with MDX or VBA functions. But it can be used on MDX-based content in other parts of the application.

Syntax

ToRadians( <Numeric> )

* Click on the function's arguments above for more details on the input values.

Comments
  • The numeric value must be represented in degrees.
  • Use the function for trigonometric calculations.

Examples

This example returns the number 1.570796 radians from 90

ToRadians(90)