view modules/mathl @ 27183:106ac3ed4fde

Distribute all lib/* source files through EXTRA_DIST.
author Bruno Haible <bruno@clisp.org>
date Thu, 12 Oct 2006 18:52:30 +0000
parents c85b8fccd94e
children 6a764f23e302
line wrap: on
line source

Description:
C99 functions for transcendental functions with long double arguments.

Files:
lib/mathl.h
lib/acosl.c
lib/asinl.c
lib/atanl.c
lib/ceill.c
lib/cosl.c
lib/expl.c
lib/floorl.c
lib/frexpl.c
lib/ldexpl.c
lib/logl.c
lib/sincosl.c
lib/sinl.c
lib/sqrtl.c
lib/tanl.c
lib/trigl.c
lib/trigl.h
m4/mathl.m4

Depends-on:

configure.ac:
gl_FUNC_LONG_DOUBLE_MATH

Makefile.am:
noinst_HEADERS += mathl.h trigl.h trigl.c sincosl.c
EXTRA_DIST += floorl.c ceill.c sqrtl.c frexpl.c ldexpl.c asinl.c acosl.c atanl.c \
              logl.c expl.c tanl.c sinl.c cosl.c

Include:
"mathl.h"

License:
GPL

Maintainer:
Paolo Bonzini  <bonzini@gnu.org>