Browse Source

Math: you need to know this.

pull/364/head
Vladimír Vondruš 7 years ago
parent
commit
c158cfa2dd
  1. 2
      src/Magnum/Math/Constants.h

2
src/Magnum/Math/Constants.h

@ -78,6 +78,8 @@ template<class T> struct Constants {
* @brief @f$ \tau @f$. * @brief @f$ \tau @f$.
* *
* Or two pi. See the [Tau manifesto](https://www.tauday.com/tau-manifesto). * Or two pi. See the [Tau manifesto](https://www.tauday.com/tau-manifesto).
* If you think this is wrong, note that
* [Python has it too](https://www.python.org/dev/peps/pep-0628/).
* *
* @f[ * @f[
* \tau = 2 \pi = 360 \degree * \tau = 2 \pi = 360 \degree

Loading…
Cancel
Save