Mercurial > hg > octave-lojdl > gnulib-hg
view modules/sinhf @ 17111:b8250ce33952
hash-pjw: relax license to LGPLv2+
* modules/hash-pjw (License): Relax, with consent of author.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 26 Sep 2012 20:12:57 -0700 |
parents | fdbe3125f81a |
children |
line wrap: on
line source
Description: sinhf() function: hyperbolic sine function. Files: lib/sinhf.c m4/sinhf.m4 Depends-on: math extensions 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