another save
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import math
|
||||
|
||||
from .operation import Operation
|
||||
from .primitive import Operation
|
||||
|
||||
# Унарные операции
|
||||
NEG = Operation("-", 1, lambda x: -x[0])
|
||||
|
||||
Reference in New Issue
Block a user