REAL PRECISION X - the single precision input value.
Return Value:
Sine of X.
Notes:
fastsinf computes the Sine function of its argument x.
This is a relaxed
version of sinf, suitable for use with fastmath compiler flags or applications
not requiring full error handling. Denormal inputs may produce unpredictable
results. Error inputs produce C99 return values. The routine is accurate to
better than 1 ulp over the valid input range.