Hash :
b4ba39d4
Author :
Date :
2008-04-16T03:46:36
Define module indicator, used by math.in.h.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
Description:
C99 functions for transcendental functions with long double arguments.
Files:
lib/acosl.c
lib/asinl.c
lib/atanl.c
lib/cosl.c
lib/expl.c
lib/logl.c
lib/sincosl.c
lib/sinl.c
lib/sqrtl.c
lib/tanl.c
lib/trigl.c
lib/trigl.h
m4/mathl.m4
Depends-on:
float
math
frexpl
isnanl
ldexpl
floorl
ceill
configure.ac:
gl_FUNC_LONG_DOUBLE_MATH
gl_MATH_MODULE_INDICATOR([mathl])
Makefile.am:
noinst_HEADERS += trigl.h trigl.c sincosl.c
Include:
<math.h>
License:
GPL
Maintainer:
Paolo Bonzini <bonzini@gnu.org>