Ders

Ruby code posted by Def
created at 14 Oct 18:37

Edit | Back
1
2
3
4
5
6
7
8
format LONGG;
B=zeros(1,26);
B(1)=1-exp(-1);

for k=1:25
B(k+1)=k*B(k)-exp(-1);
end
B
92 Bytes in 3 ms with coderay