Go to: Return value. Related commands. Examples.

Synopsis

sin <float>

Returns the sine of the given value.

Also available:
asin : Returns the arc sine in the range -PI/2 to PI/2.
sinh : Hyperbolic function.
asinh : Inverse hyperbolic function.
sind : Returns value in degrees.
asind : Returns value in degrees.

Return value

float

Related commands

cos, tan

Examples

 
	sin (deg_to_rad(90));
	// Result: 1 //