dsin

In a right angled triangle dsin(val) = Opposite / Hypotenuse where "val" is one of the three angles.

NOTE: This function takes a value in degrees not radians

 

Syntax:

dsin(val);

ArgumentTypeDescription
valRealThe angle (in degrees) to return the sine of.

 

Returns:

Real

 

Example:

val = dsin(90);

This will set "val" to 1.