fix(curriculum): formatting on project euler 356 (#45312)

This commit is contained in:
Ordo Flammae
2022-03-02 07:46:06 -06:00
committed by GitHub
parent bec2deb3c0
commit 01c1a54f17

View File

@ -8,7 +8,7 @@ dashedName: problem-356-largest-roots-of-cubic-polynomials
# --description--
Let an be the largest real root of a polynomial $g(x) = x^3 - 2^n \times x^2 + n$.
Let $a_n$ be the largest real root of a polynomial $g(x) = x^3 - 2^n \times x^2 + n$.
For example, $a_2 = 3.86619826\ldots$