Mercurial > hg > octave-nkf > gnulib-hg
view modules/sinl @ 14953:632892f73130
fwriting: Move AC_LIBOBJ invocations to module description.
* m4/fwriting.m4 (gl_FUNC_FWRITINT): Move AC_LIBOBJ invocation from
here...
* modules/fwriting (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 07 May 2011 13:48:53 +0200 |
parents | 79a38ad7e1ba |
children | 674015319e54 |
line wrap: on
line source
Description: sinl() function: sine function with long double argument. Files: lib/sinl.c lib/trigl.h lib/sincosl.c lib/trigl.c m4/sinl.m4 Depends-on: math extensions float [test $HAVE_SINL = 0] isnanl [test $HAVE_SINL = 0] floor [test $HAVE_SINL = 0] floorl [test $HAVE_SINL = 0] configure.ac: gl_FUNC_SINL gl_MATH_MODULE_INDICATOR([sinl]) Makefile.am: Include: <math.h> Link: $(SINL_LIBM) License: LGPL Maintainer: Paolo Bonzini