CommonOperatorsΒΆ

op.spad line 299 [edit on github]

This package exports the elementary operators, with some semantics already attached to them. The semantics that is attached here is not dependent on the set in which the operators will be applied.

operator: Symbol -> BasicOperator

operator(s) returns an operator with name s, with the appropriate semantics if s is known. If s is not known, the result has no semantics.