{ DEGREES | RADIANS } (arg)
Syntax Elements
- DEGREES
- Converts value specified in radians to degrees.
- RADIANS
- Converts value specified in degrees to radians.
- arg
- A numeric argument.
- If the function is DEGREES, the arg is interpreted as an angle in radians.
- If the function is RADIANS, the arg is interpreted as an angle in degrees.
Result Format Types
IF arg is... |
THEN result format is default format for ... |
numeric |
resulting data type |
character |
FLOAT |
UDT |
predefined type to which UDT is implicitly cast |
Default Result Titles
Function |
Title |
DEGREES(arg) |
(5.72957795130823E001*arg) |
RADIANS(arg) |
(1.74532925199433E-002*arg) |