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

check for a non-equality

 

Calling Sequence

Parameters

Description

Supertypes

Examples

Calling Sequence

type(expr, `<>`)

Parameters

expr

-

any expression

Description

• 

The call type(expr, `<>`) checks if expr is of type `<>`, that is, if it is a non-equality. It returns true if expr is of type `<>`, and false otherwise.

• 

Type `<>` is a surface type, and a subtype of types relation and boolean.

Supertypes

• 

type/relation

Examples

typea<b&comma;`<>`

false

(1)

typea=b&comma;`<>`

false

(2)

typeab&comma;`<>`

true

(3)

See Also

type

type/boolean

type/relation

type/structure