Mercurial > hg > octave-lojdl > gnulib-hg
view modules/sinhf @ 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 | 792aac7b45c4 |
children | fdbe3125f81a |
line wrap: on
line source
Description: sinhf() function: hyperbolic sine function. Files: lib/sinhf.c m4/sinhf.m4 Depends-on: math sinh [test $HAVE_SINHF = 0] configure.ac: gl_FUNC_SINHF if test $HAVE_SINHF = 0; then AC_LIBOBJ([sinhf]) fi gl_MATH_MODULE_INDICATOR([sinhf]) Makefile.am: Include: <math.h> Link: $(SINHF_LIBM) License: LGPL Maintainer: Bruno Haible