This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||
|
4D v20 R8
RADIANS
|
RADIANS (arithmetic_expression) |
||
The RADIANS function returns the number of radians of the arithmetic_expression. The arithmetic_expression represents the angle expressed in degrees.
This example returns the number of radians of a 30 degree angle:
RADIANS ( 30 );
`returns the value 0,5236
Product: 4D
Theme: Functions
4D SQL Reference ( 4D v20 R8)