blob: 878ca6de7a2a07913f02a100673daf9ed492a684 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* $OpenBSD: cephes.h,v 1.1 2011/05/30 20:23:35 martynas Exp $ */
/*
* Written by Martynas Venckus. Public domain
*/
int monot(void);
int monotl(void);
int monotll(void);
int testvect(void);
int testvectl(void);
int testvectll(void);
|