Mercurial > hg > octave-lojdl > gnulib-hg
view modules/copysignl @ 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 | e8d90530f5fd |
children | fdbe3125f81a |
line wrap: on
line source
Description: copysignl() function: copy sign into another 'long double' number. Files: lib/copysignl.c m4/copysignl.m4 m4/mathfunc.m4 Depends-on: math copysign [test $HAVE_COPYSIGNL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] signbit [test $HAVE_COPYSIGNL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] configure.ac: gl_FUNC_COPYSIGNL if test $HAVE_COPYSIGNL = 0; then AC_LIBOBJ([copysignl]) fi gl_MATH_MODULE_INDICATOR([copysignl]) Makefile.am: Include: <math.h> Link: $(COPYSIGNL_LIBM) License: LGPL Maintainer: Bruno Haible