maple - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


type/maple

check for a Maple expression

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, maple)

Parameters

expr

-

any expression

Description

• 

type(x,maple) returns true for any valid Maple expression, except an expression of type foreign or an expression sequence.

Examples

type512,maple

true

(1)

type1,2,π,maple

true

(2)

pyvconvert1,2,3,python

pyv<Python object: [1 2 3]>

(3)

typepyv&comma;maple

false

(4)

See Also

mint

type

type/anything