cos(f )
Returns the cosine of f
Returns the cosine of an angle of f radians.
Parameters
f:
floating point value
Return Value
the cosine of f.
Example command: cos(1.57)
- Example Parameters:
- f is angle of 1.57 rad (90 deg)
- Returns 0.0
- f is angle of 1.57 rad (90 deg)