xref: /openbsd/regress/lib/libm/cephes/cephes.h (revision e5dd7070)
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