Mercurial > hg > octave-lojdl > gnulib-hg
view modules/acosf @ 17259:bc20efc34eba octave-stable
branch to handle patches for Octave stable
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 03 Jan 2013 14:26:52 -0500 |
parents | c46fa8f14280 |
children | fdbe3125f81a |
line wrap: on
line source
Description: acosf() function: inverse cosine function. Files: lib/acosf.c m4/acosf.m4 Depends-on: math acos [test $HAVE_ACOSF = 0] configure.ac: gl_FUNC_ACOSF if test $HAVE_ACOSF = 0; then AC_LIBOBJ([acosf]) fi gl_MATH_MODULE_INDICATOR([acosf]) Makefile.am: Include: <math.h> Link: $(ACOSF_LIBM) License: LGPL Maintainer: Bruno Haible