moyl's profile picture

Published by

published

Category: Web, HTML, Tech

this program calculates pi : )

<p id="p"/><script>s=0;k=0;function u(){s+=(120*k*k+151*k+47)/(512*k**4+1024*k**3+712*k*k+194*k+15)/16**k;k++;document.getElementById("p").innerHTML=s;requestAnimationFrame(u)}u()</script>


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )