flip

one of the documented procedures in this installation of the ACS
Usage:
flip   f   a   b
What it does:
takes a binary function f and two arguments a and b and returns f b a (arguments are flipped)
Defined in: /web/philip/tcl/ad-functional.tcl

Source code:


    eval_binary $f $b $a


philg@mit.edu