Sin
From Mesham
Jump to navigationJump to searchOverview
This sin(d) function will find the sine of the value or variable d passed to it.
- Pass: A double to find sine of
- Returns: A double representing the sine
Example
var a:=sin(98.54); var y:=sin(a);