next | previous | forward | backward | up | top | index | toc | home

CompiledFunction -- the class of all compiled functions

Description

Compiled functions in Macaulay2 are written in a special purpose language, translated to C during compilation and not available to general users.
i1 : class sin

o1 = CompiledFunction

o1 : Type

Fixed objects of class CompiledFunction :

For the programmer

The object CompiledFunction is a type, with ancestor classes Function < Thing.