Frank Barknecht wrote:
[inv] is simply:
[f ] | [1 $1( | [/ ]
or [expr 1/$f1], one could make it an abstraction as well.
GridFlow has [inv*] and [inv+], or you can use [swap] like this:
| [swap 1] | | [/ ] |
Attached is an example.
I would not want an abstraction that does this to be called simply [inv], as it doesn't tell you to which operator the inverse is to be taken.
http://claudiusmaximus.goto10.org
#N canvas 31 56 316 196 10; #X obj 17 58 swap 1; #X obj 17 86 /; #X floatatom 17 108 5 0 0 0 - - -; #X floatatom 18 11 5 0 0 0 - - -; #X obj 18 31 sel 0; #X connect 0 0 1 0; #X connect 0 1 1 1; #X connect 1 0 2 0; #X connect 3 0 4 0; #X connect 4 1 0 0;