From d08b064b5b0ffbc228ec60effb92190a30161ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 22 Jan 2017 17:33:46 +0100 Subject: [PATCH] Math: doc++ --- src/Magnum/Math/Constants.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Magnum/Math/Constants.h b/src/Magnum/Math/Constants.h index ea13c8dd8..60977adc6 100644 --- a/src/Magnum/Math/Constants.h +++ b/src/Magnum/Math/Constants.h @@ -74,7 +74,13 @@ template struct Constants { */ static constexpr T tau(); - static constexpr T e(); /**< @brief Euler's number */ + /** + * @brief Euler's number + * + * @see @ref log(), @ref exp() + */ + static constexpr T e(); + static constexpr T sqrt2(); /**< @brief Square root of 2 */ static constexpr T sqrt3(); /**< @brief Square root of 3 */