Loading

ES|QL SIN function

Returns the sine of an angle.

Embedded
angle

An angle, in radians. If null, the function returns null.

Returns the sine of an angle.

angle result
double double
integer double
long double
unsigned_long double
ROW a=1.8
| EVAL sin=SIN(a)
		
a:double sin:double
1.8 0.9738476308781951