| Inputs |
|---|
(+ x (* (* y z) (- (tanh (/ t y)) (tanh (/ x y))))) |
(+ (neg x) (* (* y z) (- (tanh (/ t y)) (tanh (/ (neg x) y))))) |
(+ x (* (* (neg y) z) (- (tanh (/ t (neg y))) (tanh (/ x (neg y)))))) |
(+ x (* (* y (neg z)) (- (tanh (/ t y)) (tanh (/ x y))))) |
(+ x (* (* y z) (- (tanh (/ (neg t) y)) (tanh (/ x y))))) |
(neg (+ (neg x) (* (* y z) (- (tanh (/ t y)) (tanh (/ (neg x) y)))))) |
(neg (+ x (* (* (neg y) z) (- (tanh (/ t (neg y))) (tanh (/ x (neg y))))))) |
(neg (+ x (* (* y (neg z)) (- (tanh (/ t y)) (tanh (/ x y)))))) |
(neg (+ x (* (* y z) (- (tanh (/ (neg t) y)) (tanh (/ x y)))))) |
(+ y (* (* x z) (- (tanh (/ t x)) (tanh (/ y x))))) |
(+ z (* (* y x) (- (tanh (/ t y)) (tanh (/ z y))))) |
(+ t (* (* y z) (- (tanh (/ x y)) (tanh (/ t y))))) |
(+ x (* (* z y) (- (tanh (/ t z)) (tanh (/ x z))))) |
(+ x (* (* t z) (- (tanh (/ y t)) (tanh (/ x t))))) |
(+ x (* (* y t) (- (tanh (/ z y)) (tanh (/ x y))))) |
| Outputs |
|---|
(+ x (* (* y z) (- (tanh (/ t y)) (tanh (/ x y))))) |
(+ (neg x) (* (* y z) (- (tanh (/ t y)) (tanh (/ (neg x) y))))) |
(- (* y (* z (+ (tanh (/ t y)) (tanh (/ x y))))) x) |
(+ x (* (* (neg y) z) (- (tanh (/ t (neg y))) (tanh (/ x (neg y)))))) |
(+ x (* (* y z) (- (tanh (/ t y)) (tanh (/ x y))))) |
(+ x (* (* y (neg z)) (- (tanh (/ t y)) (tanh (/ x y))))) |
(+ x (* (* y z) (- (tanh (/ x y)) (tanh (/ t y))))) |
(+ x (* (* y z) (- (tanh (/ (neg t) y)) (tanh (/ x y))))) |
(- x (* y (* z (+ (tanh (/ t y)) (tanh (/ x y)))))) |
(neg (+ (neg x) (* (* y z) (- (tanh (/ t y)) (tanh (/ (neg x) y)))))) |
(- x (* y (* z (+ (tanh (/ t y)) (tanh (/ x y)))))) |
(neg (+ x (* (* (neg y) z) (- (tanh (/ t (neg y))) (tanh (/ x (neg y))))))) |
(- (* (* y z) (- (tanh (/ x y)) (tanh (/ t y)))) x) |
(neg (+ x (* (* y (neg z)) (- (tanh (/ t y)) (tanh (/ x y)))))) |
(- (* (* y z) (- (tanh (/ t y)) (tanh (/ x y)))) x) |
(neg (+ x (* (* y z) (- (tanh (/ (neg t) y)) (tanh (/ x y)))))) |
(- (* y (* z (+ (tanh (/ t y)) (tanh (/ x y))))) x) |
(+ y (* (* x z) (- (tanh (/ t x)) (tanh (/ y x))))) |
(+ z (* (* y x) (- (tanh (/ t y)) (tanh (/ z y))))) |
(+ z (* (* x y) (- (tanh (/ t y)) (tanh (/ z y))))) |
(+ t (* (* y z) (- (tanh (/ x y)) (tanh (/ t y))))) |
(+ x (* (* z y) (- (tanh (/ t z)) (tanh (/ x z))))) |
(+ x (* (* y z) (- (tanh (/ t z)) (tanh (/ x z))))) |
(+ x (* (* t z) (- (tanh (/ y t)) (tanh (/ x t))))) |
(+ x (* (* z t) (- (tanh (/ y t)) (tanh (/ x t))))) |
(+ x (* (* y t) (- (tanh (/ z y)) (tanh (/ x y))))) |
(+ x (* y (* t (- (tanh (/ z y)) (tanh (/ x y)))))) |