RADIANS
Description
Converts degrees to radians. (RADIANS in Transact-SQL).
Sample Source Pattern
Syntax
Arguments
expression
: Numeric expression in degrees.
Return Type
Same data type sent through parameter as a numeric expression in radians.
Examples
Cast the parameter of this function to float, otherwise, the above statement will return 3 instead of PI value.
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated