another save

This commit is contained in:
2025-11-05 20:07:35 +03:00
parent 8e8e0abd0d
commit 26bd6da1b4
16 changed files with 328 additions and 512 deletions

View File

@@ -1,6 +1,6 @@
import math
from .operation import Operation
from .primitive import Operation
# Унарные операции
NEG = Operation("-", 1, lambda x: -x[0])