Mercurial > hg > octave-lojdl > gnulib-hg
view modules/atan2f @ 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 | 52fb6ed99832 |
children | fdbe3125f81a |
line wrap: on
line source
Description: atan2f() function: angle of a point in the plane. Files: lib/atan2f.c m4/atan2f.m4 Depends-on: math atan2 [test $HAVE_ATAN2F = 0] configure.ac: gl_FUNC_ATAN2F if test $HAVE_ATAN2F = 0; then AC_LIBOBJ([atan2f]) fi gl_MATH_MODULE_INDICATOR([atan2f]) Makefile.am: Include: <math.h> Link: $(ATAN2F_LIBM) License: LGPL Maintainer: Bruno Haible