VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Mathematical Functions / DEGREES
In This Topic
DEGREES
In This Topic
Given an input angle in RADIANS the angle is converted to DEGREES.



Example

SELECT DEGREES(3.1415926535897931);

RETURNS:  180

See Also