Navigation:  NexusDB Guide > SQL Reference > SQL Functions > Numeric Value Functions >

Sine Function

Previous pageReturn to chapter overviewNext page

NexusDB V3 Manual

Sine Function

button_main button_prev button_next

NexusDB Manual V3 > SQL Reference > SQL Functions > Numeric Value Functions

Syntax

 

<sine function> ::=

 

 

 

SIN ( <numeric value expression> )

 

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

 

© Nexus Database Systems Pty Ltd.

nexus_logo