14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
/**
|
|
* \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.
|
|
*/
|
|
|