mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* 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
484 B
Plaintext
35 lines
484 B
Plaintext
Description:
|
|
asinf() function: inverse sine function.
|
|
|
|
Files:
|
|
lib/asinf.c
|
|
m4/asinf.m4
|
|
|
|
Depends-on:
|
|
math-h
|
|
extensions
|
|
asin [test $HAVE_ASINF = 0 || test $REPLACE_ASINF = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_ASINF
|
|
gl_CONDITIONAL([GL_COND_OBJ_ASINF],
|
|
[test $HAVE_ASINF = 0 || test $REPLACE_ASINF = 1])
|
|
gl_MATH_MODULE_INDICATOR([asinf])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_ASINF
|
|
lib_SOURCES += asinf.c
|
|
endif
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(ASINF_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|