Skip to content

Commit

Permalink
pi test
Browse files Browse the repository at this point in the history
  • Loading branch information
covrom committed Oct 23, 2017
1 parent d40b681 commit 0813d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pi.gnc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
N = 10000000
sum = 0.0
x = 0.0
dx = 1.0 / N //Число(N)
dx = 1.0 / Число(N)
Для н = 0 по N-1 Цикл
sum += 4.0 / (1.0 + x * x)
x += dx
Expand Down

0 comments on commit 0813d08

Please sign in to comment.