Syntax

<sine function> ::=


Notes

The SIN function returns the trigonometric sine of the argument (in radians).
The data type of the result is DOUBLE PRECISION.
If the argument is null, then the result is null.


Examples

Expression

Result

SIN( 5.25 )

-0.858935..

SIN( -2 )

-0.909297..


Conformance

NexusDB extensions

-

SIN function

Home | Site Contents | Documentation | NexusDB Manual V4 | SQL Reference | SQL Functions | Numeric Value Functions