@ -173,9 +173,9 @@ plt.plot(d)
plt.show()
with open("RES2a.bin", "wb") as f:
f.write(struct.pack("i", len(d)))
for x in d:
f.write(struct.pack("f", x))
f.write(str(len(chisla))
for x in chisla:
f.write(str(x) + '\n')
```
@ -204,4 +204,4 @@ with open("RES2a.bin", "wb") as f:
1.8708286933869707

