PhixFlow Help

sin

Function: sin()

Return the (trigonometric) sine function of an angle.

Syntax

sin(angle)

ArgumentTypeDescription
angleNumberThe angle in radians.

Examples

sin($degrees*pi/180)

Converts an angle in degrees to an angle in radians and returns the trigonometric sine function of the result.

See Also

Please let us know if we could improve this page feedback@phixflow.com