]> pd.if.org Git - pdclib/blob - functions/math/asin.c
3f2a9921444250bb0b5ee4eb8322034808abe9df
[pdclib] / functions / math / asin.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 asin( double x ) { /* TODO */ };
9 float asinf( float x ) { /* TODO */ };
10 long double asinl( long double x ) { /* TODO */ };