Sin

The Sin() function calculates the sine of a number given in radians.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Returns the sine of a number. Returns Invalid expression if rad has no value.

Syntax

Sin(rad)

Sin(1) => 0.8414709848

Sin() => Invalid expression

Parameters

Examples

Last updated