radians(angles: float64) -> float64

Converts from degrees to radians. Returns a float64.

Arguments

  1. angle (required) Angle in degrees, a float64

Domain

This is a scalar function (calculates a single output value for a single input row).

Categories

Examples

make_col angle_radians:radians(angle_degrees)

Creates the column angle_radians which contains the values of the column angle_degrees, converted from degrees to radians.

Given the below column angle_degrees, radians produces the below column angle_radians

angle_degreesangle_radians
00
60π / 3
180π
360