TRUECALC
Functions

RADIANS

Convert degrees to radians

Try it

When to use it

When do I need RADIANS?

Use RADIANS to convert degree values to radians before passing them to trigonometric functions like SIN, COS, or TAN, which expect radian inputs.

Used in

science · engineering

Syntax

RADIANS(angle)

Examples

=RADIANS(180) // => 3.141592653589793
=RADIANS(6) // => 0.10471975511965978

On this page