FcnName
Returns a kernel function’s principal name from any of its names or from itself.
Syntax
-
FcnName(x)
-
x
is a kernel function or a string
-
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