User:N828335

Revision as of 14:30, 12 February 2020 by N828335 (talk | contribs)

All I do for fun is study for math competitions. Compete in the Minnesota State High School Mathematics League (MSHSML), and a member of the Minnesota All-State Math Team. Memorized over 500 digits of $\pi$ also.

$e^{\pi i} = -1$ is better than $e^{\pi i}+1 =0$

Reddit Account (Occasionally post math memes)

Custom-Built Pi Memorizing web application

[asy] size(150); draw((-1.2,0)--(1.2,0)); draw((0,-1.2)--(0,1.2)); draw(circle((0,0),1)); for (int i=0; i<24; ++i) {  draw((0,0)--expi(i*pi/12)); }  [/asy]