degrees(angles: float64) -> float64

Converts from radians to degrees. Returns a float64.

Arguments

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

Domain

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

Categories

Examples

make_col angle_degrees:degrees(angle_radians)

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

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

angle_radiansangle_degrees
00
π / 360
π180
360