builtin - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


type/builtin

 

Calling Sequence

Description

Supertypes

Examples

Calling Sequence

type(e::anything, 'builtin')

Description

• 

An expression is of type builtin if it is a procedure with option builtin. (See option.) This type helps to identify those procedures that are implemented in the Maple kernel, rather than the library.

• 

It may be used with anames to list all builtin procedures. For example anames(builtin).

Supertypes

• 

type/procedure

Examples

typea2,3,builtin

false

(1)

typesubs,builtin

true

(2)

typeint,builtin

false

(3)

See Also

option

procedure

type