mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
44 lines
515 B
Plaintext
44 lines
515 B
Plaintext
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>
|
|
|