Skip to main content

Sin

An expression editor function that calculates the sine of an angle.

Updated yesterday

Overview

This function returns the sine of a given number.


Parameters

sin(number)

Number

The angle in radians.


For example...

sin(.pi() / 2)

Returns 1.

Did this answer your question?