summaryrefslogtreecommitdiffstats
path: root/src/math/README.txt
blob: fd34dcbede2182302dda5fd78d69eddcf5c44866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * \dir 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.
 */