MakeUnaryCompiledFunction(S, D, I)ΒΆ

mkfunc.spad line 258 [edit on github]

transforms top-level objects into compiled functions.

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

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 -> D -> I

unaryFunction(a) is a local function