docs(constants): Fix documentation for constants

This commit is contained in:
James P. Howard, II
2023-01-20 10:56:36 -05:00
parent c08f9509e5
commit 91fdb5fc68

View File

@@ -77,7 +77,7 @@ namespace kami {
static constexpr auto JENNYS_NUMBER = 8675309u;
/**
* @brief $(7^(\e - 1/\e) - 9)*\pi^2$
* @brief $(7^(e - 1/e) - 9) * pi^2$
*/
static constexpr auto JENNYS_CONSTANT = 867.530901981;
};