Skip to main content
Version: Streamsheets 2.5

RADIANS

Converts the degrees value to radians.

Syntax

=RADIANS(Degrees)

Arguments

NameDescription
DegreesDegrees value to convert.

Return

Angle in radians.

Examples

FormulaResultComment
=RADIANS(180)
3.14159