Mercurial > hg > octave-kai > gnulib-hg
view modules/coshf @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -0700 |
parents | fdbe3125f81a |
children |
line wrap: on
line source
Description: coshf() function: hyperbolic cosine function. Files: lib/coshf.c m4/coshf.m4 Depends-on: math extensions cosh [test $HAVE_COSHF = 0] configure.ac: gl_FUNC_COSHF if test $HAVE_COSHF = 0; then AC_LIBOBJ([coshf]) fi gl_MATH_MODULE_INDICATOR([coshf]) Makefile.am: Include: <math.h> Link: $(COSHF_LIBM) License: LGPL Maintainer: Bruno Haible