]> pd.if.org Git - pdclib/blob - functions/math/atanh.c
Re-import from Subversion.
[pdclib] / functions / math / atanh.c
1 /* ----------------------------------------------------------------------------
2  * $Id$
3  * ----------------------------------------------------------------------------
4  * Public Domain C Library - http://pdclib.sourceforge.net
5  * This code is Public Domain. Use, modify, and redistribute at will.
6  * --------------------------------------------------------------------------*/
7
8 double atanh( double x ) { /* TODO */ };
9 float atanhf( float x ) { /* TODO */ };
10 long double atanhl( long double x ) { /* TODO */ };