view modules/tanl @ 15166:e657c0244ac1

wctype: Move AC_LIBOBJ invocations to module description. * m4/wctype.m4 (gl_FUNC_WCTYPE): Set HAVE_WCTYPE. Move AC_LIBOBJ invocation from here... * modules/wctype (configure.ac): ... to here. (Depends-on): Update conditions.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 May 2011 18:53:14 +0200
parents 87dac772c52e
children 83c276c24d2a
line wrap: on
line source

Description:
tanl() function: tangent function with long double argument.

Files:
lib/tanl.c
lib/trigl.h
lib/trigl.c
m4/tanl.m4

Depends-on:
math
extensions
float           [test $HAVE_TANL = 0]
isnanl          [test $HAVE_TANL = 0]
floor           [test $HAVE_TANL = 0]
floorl          [test $HAVE_TANL = 0]

configure.ac:
gl_FUNC_TANL
if test $HAVE_TANL = 0; then
  AC_LIBOBJ([tanl])
  AC_LIBOBJ([trigl])
fi
gl_MATH_MODULE_INDICATOR([tanl])

Makefile.am:

Include:
<math.h>

Link:
$(TANL_LIBM)

License:
LGPL

Maintainer:
Paolo Bonzini