compose

one of the documented procedures in this installation of the ACS
Usage:
compose   f   g   x
What it does:
function composition: evaluates f (g x)
Defined in: /web/philip/tcl/ad-functional.tcl

Source code:


    eval_unary $f [eval_unary $g $x]


philg@mit.edu