Returns the number of radians converted from a numeric degree value.
Category: | Trigonometric |
Returned data type: | DOUBLE |
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 |
Statements
|
Results
|
---|---|
select radians(360); |
6.283185 |