Correction to Jenny's Constant

This commit is contained in:
James P. Howard, II
2022-09-02 21:47:40 -04:00
parent 445e10252e
commit 860e367785

View File

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