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

check for an object of type finite

 

Calling Sequence

Parameters

Description

Subtypes

Supertypes

Examples

Calling Sequence

type(x, finite)

Parameters

x

-

any expression

Description

• 

The type(x, finite) function returns true if x is of type complex(numeric).

Subtypes

• 

type/numeric

Supertypes

• 

type/algebraic, type/atomic

Examples

typelimit1x,x=0,left,finite

false

(1)

typeπ,finite

false

(2)

typeI,finite

false

(3)

type911,finite

true

(4)

See Also

infinity

type

type/complex

type/numeric