This website requires JavaScript.
Explore
Help
Sign In
p67319205
/
Nasal-Interpreter
mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
Watch
1
Star
0
Fork
You've already forked Nasal-Interpreter
1
Code
Issues
Projects
Releases
Wiki
Activity
a2c738d4c7
Nasal-Interpreter
/
test
/
pi.nas
7 lines
86 B
Plaintext
Raw
Blame
History
var (t,res)=(1,0);
for(var m=1;m<4e6;m+=2)
{
res+=t/m;
t=-t;
}
println(res*4);
Reference in New Issue
View Git Blame
Copy Permalink