* cospi(nan) = nan. Raises the "invalid" floating-point exception.
*/
#include <float.h>
#include "math.h"
#include "math_private.h"
* sinpi(nan) = nan. Raises the "invalid" floating-point exception.
* tanpi(nan) = NaN. Raises the "invalid" floating-point exception.