RADIANS
Returns radians when a numeric expression, in degrees, is entered.
Syntax​
RADIANS ( numeric_expression )
Arguments​
numeric_expression
Is an expression of the exact numeric or approximate numeric data type category.
Return Type​
Returns values of type FLOAT64.
Examples​
Examples in this section use the example blockchain.
This example shows the results of using the RADIANS
function.
SELECT RADIANS(real) FROM example;
Response:
RADIANS(real) [FLOAT64]
NULL
0
0.017453292519943295
0.03490658503988659