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