mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 16:21:07 +00:00
7 lines
137 B
C
7 lines
137 B
C
#ifndef FUNC
|
|
# define FUNC __ieee754_acosl
|
|
# define FUNC_FINITE __acosl_finite
|
|
#endif
|
|
#define float_type long double
|
|
#include <e_acos.c>
|