OSDN Git Service

7e57de939a67cd458be3ea871bcdc52274096571
[eos/base.git] / include / eosMath.h
1 /*
2 # eosMath.h : $Revision$  
3 # $Date$ 
4 # Created by $Author$
5 # Usage : eosMath.h 
6 # Attention
7 #   $Loccker$
8 #       $State$ 
9 #
10 */
11 /* $Log$ */
12 #ifndef EOS_MATH_H 
13 #define EOS_MATH_H 
14
15 #include <stdio.h>
16
17 /* constant begin */
18
19
20 /* constant end */
21
22 /* struct begin */
23
24
25 /* struct end */
26
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30
31 /* prototype begin */
32 double eosBeseel_I(double x, int n);
33
34
35 /* prototype end */
36
37 #ifdef __cplusplus
38 };
39 #endif
40
41 #endif  /* XXXX */