mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
4db9416b35
* modules/sqrtf (configure.ac): Consider REPLACE_SQRTF. * modules/expf (configure.ac): Consider REPLACE_EXPF. * modules/sinf (configure.ac): Consider REPLACE_SINF. * modules/cosf (configure.ac): Consider REPLACE_COSF. * modules/tanf (configure.ac): Consider REPLACE_TANF. * modules/sinhf (configure.ac): Consider REPLACE_SINHF. * modules/coshf (configure.ac): Consider REPLACE_COSHF. * modules/tanhf (configure.ac): Consider REPLACE_TANHF. * modules/asinf (configure.ac): Consider REPLACE_ASINF. * modules/acosf (configure.ac): Consider REPLACE_ACOSF. * modules/atanf (configure.ac): Consider REPLACE_ATANF. * modules/atan2f (configure.ac): Consider REPLACE_ATAN2F.
35 lines
487 B
Plaintext
35 lines
487 B
Plaintext
Description:
|
|
sinhf() function: hyperbolic sine function.
|
|
|
|
Files:
|
|
lib/sinhf.c
|
|
m4/sinhf.m4
|
|
|
|
Depends-on:
|
|
math-h
|
|
extensions
|
|
sinh [test $HAVE_SINHF = 0 || test $REPLACE_SINHF = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_SINHF
|
|
gl_CONDITIONAL([GL_COND_OBJ_SINHF],
|
|
[test $HAVE_SINHF = 0 || test $REPLACE_SINHF = 1])
|
|
gl_MATH_MODULE_INDICATOR([sinhf])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_SINHF
|
|
lib_SOURCES += sinhf.c
|
|
endif
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(SINHF_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|