MN1

Ruby code posted
created at 10 Oct 08:57, updated at 10 Oct 09:08

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

julia> function scnd(t)
for n=1:10
e=n/10-n*t
println(e)
end
end

julia>
julia> scnd(0.1)
0.0
0.0
-5.551115123125783e-17
0.0
0.0
-1.1102230246251565e-16
-1.1102230246251565e-16
0.0
0.0
0.0
208 Bytes in 2 ms with coderay