Closed hbghlyj closed 1 year ago
(This is not an issue of Temml per se)
In row 29 of https://temml.org/tests/mozilla-tests.html \lim_{n\rightarrow+\infty} {\sqrt{2\pi n}\over n!} {\binom{n}{e}}^n = 1 In the image is $\left(\frac{n}{e}\right)$ but the code provided is $\binom{n}{e}$ without the horizontal fraction line.
\lim_{n\rightarrow+\infty} {\sqrt{2\pi n}\over n!} {\binom{n}{e}}^n = 1
Also see Fred Wang’s Mozilla test page
Good catch. I'll publish a fix tomorrow, along with a couple of bug fixes.
Fixed now. Thanks for raising this issue.
(This is not an issue of Temml per se)
In row 29 of https://temml.org/tests/mozilla-tests.html
\lim_{n\rightarrow+\infty} {\sqrt{2\pi n}\over n!} {\binom{n}{e}}^n = 1
In the image is $\left(\frac{n}{e}\right)$ but the code provided is $\binom{n}{e}$ without the horizontal fraction line.Also see Fred Wang’s Mozilla test page