; Mathematical constants and functions Let E=2.71828 define sphere.volume(r) 3/4 * pi * r^2 define stirlings.factorial.approx(n) sqrt(2*pi*n)*n^n*e^-10