MakeUnaryCompiledFunction(S, D, I)

mkfunc.spad line 268 [edit on github]

transforms top-level objects into compiled functions.

compiledFunction : (S, Symbol) -> Mapping(I, D)

compiledFunction(expr, x) returns a function f: D -> I defined by f(x) == expr. Function f is compiled and directly applicable to objects of type D.

unaryFunction : Symbol -> Mapping(I, D)

unaryFunction(a) is a local function