xref: /openbsd-src/regress/lib/libm/cephes/cephes.h (revision f6aab3d83b51b91c24247ad2c2573574de475a82)
1 /*	$OpenBSD: cephes.h,v 1.1 2011/05/30 20:23:35 martynas Exp $	*/
2 
3 /*
4  * Written by Martynas Venckus.  Public domain
5  */
6 
7 int	monot(void);
8 int	monotl(void);
9 int	monotll(void);
10 
11 int	testvect(void);
12 int	testvectl(void);
13 int	testvectll(void);
14