Skip to content

Commit bdba4be

Browse files
authored
Add files via upload
1 parent 38c3e04 commit bdba4be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ def gold(a, b, eps):
6161

6262

6363
if __name__ == '__main__':
64+
#print('f(x) = ', func_task(0.357403))
65+
6466
print('e = ', math.e)
6567
a = 0
6668
b = 1
@@ -83,3 +85,5 @@ def gold(a, b, eps):
8385

8486

8587

88+
89+

0 commit comments

Comments
 (0)