5 lines
74 B
Text
5 lines
74 B
Text
e2(N) = E-log(N) =>
|
|
E = 1,
|
|
foreach(I in 2..N)
|
|
E := E + 1/I
|
|
end.
|