Calculates cosine of an angle.
Implemented as sin(x + π/2) to reuse the sine table. The input angle is automatically wrapped to [0, 2π].
Implementation details: