Usermode/libm - Wrap builtin log
[tpg/acess2.git] / Usermode / Libraries / libm.so_src / include_exp / math.h
1 /*
2  * Acess2 C Library (Maths)
3  * - By John Hodge (thePowersGang)
4  *
5  * math.h
6  * - C99 Header
7  */
8 #ifndef _LIBM__MATH_H_
9 #define _LIBM__MATH_H_
10
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14
15 extern double   pow(double x, double y);
16 extern double   exp(double x);
17 extern double   log(double val);
18
19 #ifdef __cplusplus
20 }
21 #endif
22
23 #endif

UCC git Repository :: git.ucc.asn.au