RADIANS

4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next

version 11


RADIANS (arithmetic_expression)

Description

The RADIANS function returns the number of radians of the arithmetic_expression. The arithmetic_expression represents the angle expressed in degrees.

Example

This example returns the number of radians of a 30 degree angle:

   RADIANS ( 30 );
      `returns the value 0,5236

See Also

DEGREES.


4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next