3 * ====================================================
4 * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
6 * Developed at SunPro, a Sun Microsystems, Inc. business.
7 * Permission to use, copy, modify, and distribute this
8 * software is freely granted, provided that this notice
10 * ====================================================
15 #include "math_private.h"
16 #include "libm_support.h"
21 __matherrf(struct exceptionf
*x
)
30 if(x
->arg1
!=x
->arg1
) return 0;
33 weak_alias (__matherrf
, matherrf
)