type/logical - 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

Home : Support : Online Help : type/logical

type

  

logical

 

Calling Sequence

Parameters

Description

Supertypes

Examples

Calling Sequence

type(expr, logical)

Parameters

expr

-

any expression

Description

• 

These functions return true if expr is of the specified type, and false otherwise.

• 

An expression is of type logical if it is of type `and`, `or`, `xor`, `implies`, or `not`. For each of the types f, where f is one of `and`, `or`, `xor`, `implies`, or `not`, x is of type f if op(0, x) = f.

Supertypes

• 

type/boolean

Examples

(1)

(2)

(3)

See Also

evalb

type

type/boolean

type/relation

type/truefalse

 


Download Help Document