dsin(val);
Argument | Description |
---|---|
val | The angle (in degrees) to return the sine of. |
Returns: Real
In a right angled triangle dsin(val) = Opposite / Hypotenuse
where "val" is one of the three angles.
val = dsin(90);
This will set "val" to 1.