ROOT
6.08/07
Reference Guide
math
vdt
include
vdt
vdtMath.h
Go to the documentation of this file.
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 "
atan.h
"
13
#include "
atan2.h
"
14
15
#include "
exp.h
"
16
#include "
log.h
"
17
18
#include "
sqrt.h
"
19
20
#include "
inv.h
"
21
22
#endif
sin.h
cos.h
inv.h
exp.h
atan2.h
atan.h
tan.h
sqrt.h
asin.h
log.h