summaryrefslogtreecommitdiffstats
path: root/src/math/README.txt
blob: fcc204feef7d9c02325d5fb4bd220c61e3d2fbe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * \dir src/math
 * \brief Common mathematical structures and functions
 */

/**
 * \namespace Math
 * \brief Namespace for (new) math code
 *
 * This namespace was created to avoid clashing with old code, but now it still serves,
 * defining a border between math and non-math-related code.
 */