source:
trunk/HeuristicLab.ExtLibs/HeuristicLab.NativeInterpreter/0.1/NativeInterpreter-0.1/lib/vdt/vdtMath.h
@
18242
Last change on this file since 18242 was 16269, checked in by bburlacu, 6 years ago | |
---|---|
File size: 306 bytes |
Line | |
---|---|
1 | #ifndef _VDT_MATH_H_ |
2 | #define _VDT_MATH_H_ |
3 | |
4 | // Include all the VDT fucntions |
5 | |
6 | #include "sin.h" |
7 | #include "asin.h" |
8 | |
9 | #include "cos.h" |
10 | |
11 | #include "tan.h" |
12 | #include "tanh.h" |
13 | #include "atan.h" |
14 | #include "atan2.h" |
15 | |
16 | #include "exp.h" |
17 | #include "log.h" |
18 | |
19 | #include "sqrt.h" |
20 | |
21 | #include "inv.h" |
22 | |
23 | #endif |
Note: See TracBrowser
for help on using the repository browser.