RADIANS

Convert a value in degrees to radians.

Syntax

RADIANS(x number) → float

  • x: The number in degrees

Examples

RADIANS example
SELECT RADIANS(45)
-- 0.7853981633974483

Last updated