TRUECALC
Functions

SIN

Sine of an angle in radians

Try it

When to use it

When should I use SIN?

Use SIN when you need the sine of an angle expressed in radians, such as for wave calculations, geometry, or physics simulations.

Used in

science · engineering

Syntax

SIN(angle)

Examples

=SIN(PI()) // => 1.2246467991473532e-16
=SIN(1) // => 0.8414709848078965
=SIN(0) // => 0

On this page