Mercurial > hg > octave-lojdl > gnulib-hg
view modules/tanhf @ 16364:89227b989588
fatal-signal: use C prototypes (with explicit void).
* lib/fatal-signal.c (uninstall_handlers, install_handlers)
(init_fatal_signal_set, block_fatal_signals): Fix signatures.
author | Akim Demaille <demaille@gostai.com> |
---|---|
date | Wed, 08 Feb 2012 10:36:20 +0100 |
parents | 31b76bf2f9e4 |
children | fdbe3125f81a |
line wrap: on
line source
Description: tanhf() function: hyperbolic tangent function. Files: lib/tanhf.c m4/tanhf.m4 Depends-on: math tanh [test $HAVE_TANHF = 0] configure.ac: gl_FUNC_TANHF if test $HAVE_TANHF = 0; then AC_LIBOBJ([tanhf]) fi gl_MATH_MODULE_INDICATOR([tanhf]) Makefile.am: Include: <math.h> Link: $(TANHF_LIBM) License: LGPL Maintainer: Bruno Haible