cosf
#include <math.h>
float cosf( float arg );
The cos() function returns the cosine of arg, where arg is
expressed in radians. The return value of cos() is in the range
[-1,1]. If arg is infinite, cos() will return NAN and raise a
floating-point exception.