Skip to content

Commit

Permalink
gamma(1/4) cannot be included in the standard dictionary since its re…
Browse files Browse the repository at this point in the history
…lated to the lemniscate constant. [CI SKIP]
  • Loading branch information
NAThompson committed Feb 7, 2022
1 parent 0e1bccb commit c99b984
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/boost/multiprecision/pslq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,6 @@ auto standard_pslq_dictionary() {
m.emplace(exp(eim1), "exp(Ei(-1))");

// These show up in a lot of identities in Finch:
auto gamma_14 = boost::math::tgamma(Real(1)/Real(4));
m.emplace(gamma_14, "Γ(1/4)");
m.emplace(log(gamma_14), "ln(Γ(1/4))");
m.emplace(1/gamma_14, "1/Γ(1/4)");

auto gamma_13 = boost::math::tgamma(Real(1)/Real(3));
m.emplace(gamma_13, "Γ(1/3)");
m.emplace(log(gamma_13), "ln(Γ(1/3))");
Expand Down

0 comments on commit c99b984

Please sign in to comment.