glibc/sysdeps/m68k/m680x0/fpu/e_exp2.c

4 lines
82 B
C
Raw Normal View History

2001-02-17 17:49:17 +01:00
#define FUNC __ieee754_exp2
2011-10-13 18:43:01 +02:00
#define FUNC_FINITE __exp2_finite
2001-02-17 17:49:17 +01:00
#include <e_acos.c>