]> pd.if.org Git - pdclib/blob - functions/math/cosh.c
09e22239abb6651aea9ffb675ec390b6ec044b54
[pdclib] / functions / math / cosh.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 cosh( double x ) { /* TODO */ };
9 float coshf( float x ) { /* TODO */ };
10 long double coshl( long double x ) { /* TODO */ };