Difference between revisions of "FastCos"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Returns the cosine of the given angle in radians. Faster, less reliable version. </onlyinclude> <syntaxhighlight lang="cpp"> float FastCos(float radians) </syntaxhi...") |
(No difference)
|
Revision as of 16:18, 22 August 2012
Returns the cosine of the given angle in radians. Faster, less reliable version.
float FastCos(float radians)