| operators: | |
| "+": | |
| realization: "+" | |
| alias: [] | |
| inverse: "-" | |
| arity: 2 | |
| precedence: 1 | |
| commutative: true | |
| "-": | |
| realization: "-" | |
| alias: [] | |
| inverse: "+" | |
| arity: 2 | |
| precedence: 1 | |
| commutative: false | |
| neg: | |
| realization: "simplipy.operators.neg" | |
| alias: [] | |
| inverse: "neg" | |
| arity: 1 | |
| precedence: 2.5 | |
| commutative: false | |
| "*": | |
| realization: "*" | |
| alias: [] | |
| inverse: "/" | |
| arity: 2 | |
| precedence: 2 | |
| commutative: true | |
| "/": | |
| realization: "simplipy.operators.div" | |
| alias: [] | |
| inverse: "*" | |
| arity: 2 | |
| precedence: 2 | |
| commutative: false | |
| abs: | |
| realization: "simplipy.operators.abs" | |
| alias: [] | |
| inverse: null | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| inv: | |
| realization: "simplipy.operators.inv" | |
| alias: ["inverse"] | |
| inverse: "inv" | |
| arity: 1 | |
| precedence: 4 | |
| commutative: false | |
| pow: | |
| realization: "simplipy.operators.pow" | |
| alias: ["power"] | |
| inverse: null | |
| arity: 2 | |
| precedence: 3 | |
| commutative: false | |
| pow2: | |
| realization: "simplipy.operators.pow2" | |
| alias: ["square"] | |
| inverse: null | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| pow3: | |
| realization: "simplipy.operators.pow3" | |
| alias: ["cube"] | |
| inverse: "pow1_3" | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| pow4: | |
| realization: "simplipy.operators.pow4" | |
| alias: [] | |
| inverse: null | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| pow5: | |
| realization: "simplipy.operators.pow5" | |
| alias: [] | |
| inverse: "pow1_5" | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| pow1_2: | |
| realization: "simplipy.operators.pow1_2" | |
| alias: ["sqrt"] | |
| inverse: null | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| pow1_3: | |
| realization: "simplipy.operators.pow1_3" | |
| alias: [] | |
| inverse: null | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| pow1_4: | |
| realization: "simplipy.operators.pow1_4" | |
| alias: [] | |
| inverse: null | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| pow1_5: | |
| realization: "simplipy.operators.pow1_5" | |
| alias: [] | |
| inverse: null | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| sin: | |
| realization: "simplipy.operators.sin" | |
| alias: [] | |
| inverse: "asin" | |
| arity: 1 | |
| precedence: 2 | |
| commutative: false | |
| cos: | |
| realization: "simplipy.operators.cos" | |
| alias: [] | |
| inverse: "acos" | |
| arity: 1 | |
| precedence: 2 | |
| commutative: false | |
| tan: | |
| realization: "simplipy.operators.tan" | |
| alias: [] | |
| inverse: "atan" | |
| arity: 1 | |
| precedence: 2 | |
| commutative: false | |
| asin: | |
| realization: "simplipy.operators.asin" | |
| alias: ["arcsin"] | |
| inverse: "sin" | |
| arity: 1 | |
| precedence: 2 | |
| commutative: false | |
| acos: | |
| realization: "simplipy.operators.acos" | |
| alias: ["arccos"] | |
| inverse: "cos" | |
| arity: 1 | |
| precedence: 2 | |
| commutative: false | |
| atan: | |
| realization: "simplipy.operators.atan" | |
| alias: ["arctan"] | |
| inverse: "tan" | |
| arity: 1 | |
| precedence: 2 | |
| commutative: false | |
| sinh: | |
| realization: "simplipy.operators.sinh" | |
| alias: [] | |
| inverse: "asinh" | |
| arity: 1 | |
| precedence: 2 | |
| commutative: false | |
| cosh: | |
| realization: "simplipy.operators.cosh" | |
| alias: [] | |
| inverse: "acosh" | |
| arity: 1 | |
| precedence: 2 | |
| commutative: false | |
| tanh: | |
| realization: "simplipy.operators.tanh" | |
| alias: [] | |
| inverse: "atanh" | |
| arity: 1 | |
| precedence: 2 | |
| commutative: false | |
| asinh: | |
| realization: "simplipy.operators.asinh" | |
| alias: ["arcsinh"] | |
| inverse: "sinh" | |
| arity: 1 | |
| precedence: 2 | |
| commutative: false | |
| acosh: | |
| realization: "simplipy.operators.acosh" | |
| alias: ["arccosh"] | |
| inverse: "cos" | |
| arity: 1 | |
| precedence: 2 | |
| commutative: false | |
| atanh: | |
| realization: "simplipy.operators.atanh" | |
| alias: ["arctanh"] | |
| inverse: "tan" | |
| arity: 1 | |
| precedence: 2 | |
| commutative: false | |
| exp: | |
| realization: "simplipy.operators.exp" | |
| alias: [] | |
| inverse: "log" | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| log: | |
| realization: "simplipy.operators.log" | |
| alias: ["ln"] | |
| inverse: "exp" | |
| arity: 1 | |
| precedence: 2 | |
| commutative: false | |
| mult2: | |
| realization: "simplipy.operators.mult2" | |
| alias: [] | |
| inverse: div2 | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| mult3: | |
| realization: "simplipy.operators.mult3" | |
| alias: [] | |
| inverse: div3 | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| mult4: | |
| realization: "simplipy.operators.mult4" | |
| alias: [] | |
| inverse: div4 | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| mult5: | |
| realization: "simplipy.operators.mult5" | |
| alias: [] | |
| inverse: div5 | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| div2: | |
| realization: "simplipy.operators.div2" | |
| alias: [] | |
| inverse: mult2 | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| div3: | |
| realization: "simplipy.operators.div3" | |
| alias: [] | |
| inverse: mult3 | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| div4: | |
| realization: "simplipy.operators.div4" | |
| alias: [] | |
| inverse: mult4 | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| div5: | |
| realization: "simplipy.operators.div5" | |
| alias: [] | |
| inverse: mult5 | |
| arity: 1 | |
| precedence: 3 | |
| commutative: false | |
| rules: "./rules.json" | |