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