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
dsin(val);
Argument | Type | Description |
---|---|---|
val | Real | The angle (in degrees) to return the sine of. |
val = dsin(90);
This will set "val" to 1.