Difference between revisions of "Cos (call target)"
Jump to navigation
Jump to search
(Created page with "{{Call|id=0x000a|return=float|name=cos|args=float angle|act=}}Returns cosinus value for angle in radians.") |
(No difference)
|
Latest revision as of 09:08, 23 July 2019
Signature:
float cos(float angle); // id: 0x000aReturns cosinus value for angle in radians.