RADIANS Function

Returns the number of radians converted from a numeric degree value.

Category: Trigonometric
Returned data type: DOUBLE

Syntax

RADIANS(expression)

Arguments

expression

specifies any valid SQL expression that evaluates to a numeric value.

Data type BIGINT, DOUBLE, FLOAT, INTEGER, REAL, SMALLINT, TINYINT
See <sql-expression>
FedSQL Expressions

Example

The following statement illustrate the RADIANS function:
Statements
Results
select radians(360);
6.283185

See Also

Functions: