remove \r
[extl.git] / extl / math / math.h
blob32920d44e825298704112c0cc5f7bae1fb3d8558
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: math.h
4 * Created: 08.08.23
5 * Updated: 08.11.23
7 * Brief: The Mathematics Library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_MATH_H
14 #define EXTL_MATH_H
16 /*!\file math.h
17 * \brief The Mathematics Library
18 * \defgroup extl_group_math
21 /* ///////////////////////////////////////////////////////////////////////
22 * Includes
24 #include "prefix.h"
25 #include "std/math.h"
26 #include "arithmetic.h"
27 #include "basic_vmatrix.h"
28 #include "basic_vvector.h"
29 #include "vmatrix_selector.h"
30 #include "vvector_selector.h"
31 #include "rand.h"
32 #include "max_min.h"
34 #ifdef EXTL_MATH_EXPR_VVECTOR_SUPPORT
35 # include "expr_vvector.h"
36 #endif
38 /* //////////////////////////////////////////////////////////////////// */
39 #endif /* EXTL_MATH_H */
40 /* //////////////////////////////////////////////////////////////////// */