view modules/tanl @ 15187:8f6c698d0789

crc: Move AC_LIBOBJ invocations to module description. * m4/crc.m4: Remove file. * modules/crc (Files): Remove it. (configure.ac): Remove gl_CRC call. (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Mon, 23 May 2011 22:51:09 +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