view modules/asinf @ 17450:fcdfb5b7741a

* lib/tmpdir.c: Simplify code to add slash; no need for a loop.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 15 Jul 2013 13:32:24 -0700
parents fdbe3125f81a
children
line wrap: on
line source

Description:
asinf() function: inverse sine function.

Files:
lib/asinf.c
m4/asinf.m4

Depends-on:
math
extensions
asin            [test $HAVE_ASINF = 0]

configure.ac:
gl_FUNC_ASINF
if test $HAVE_ASINF = 0; then
  AC_LIBOBJ([asinf])
fi
gl_MATH_MODULE_INDICATOR([asinf])

Makefile.am:

Include:
<math.h>

Link:
$(ASINF_LIBM)

License:
LGPL

Maintainer:
Bruno Haible