Algosim documentation: FcnName

FcnName

Returns a kernel function’s principal name from any of its names or from itself.

Syntax

Description

If x is a kernel function or one of the names of a kernel function, then FcnName(x) returns the principal name of that kernel function.

Examples

FcnName(sin)
sin
FcnName(concatenate)
catenate

See also