FastCos
From King Arthur's Gold Wiki
Returns the cosine of the given angle in radians. Faster, less reliable version.
This method is part of the Maths namespace so you need to prefix calls to it with 'Maths::'.
float Maths::FastCos(float radians)