This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RosettaCodeData
mirror of
https://github.com/acmeism/RosettaCodeData.git
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
remove-colons
RosettaCodeData
/
Task
/
Babbage-problem
/
Scilab
/
babbage-problem.scilab
10 lines
137 B
Plaintext
Raw
Permalink
Blame
History
n=2;
flag=%F
while ~flag
n = n+2;
if pmodulo(n*n,1000000)==269696 then
flag=%T;
end
end
disp(n);
Reference in New Issue
View Git Blame
Copy Permalink