Skip to content

Instantly share code, notes, and snippets.

@ahmetilgin
Created April 17, 2016 10:19
Show Gist options
  • Save ahmetilgin/c88e761b156578225767c6610b91b268 to your computer and use it in GitHub Desktop.
Save ahmetilgin/c88e761b156578225767c6610b91b268 to your computer and use it in GitHub Desktop.
Euler Number
dizi<-NULL
sınır<-1000
for(i in sınır:2)
a<-b/(b+a)
b<-i-1
}
a<-2+a
cat(a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment