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

Online Help

All Products    Maple    MapleSim


type/numeric

check for an object of type numeric

 

Calling Sequence

Parameters

Description

Subtypes

Supertypes

Examples

Calling Sequence

type(x, numeric)

Parameters

x

-

any expression

Description

• 

The type(x, numeric) function returns true if x is an integer, fraction, or finite floating-point number.

Subtypes

• 

type/rational

Supertypes

• 

type/extended_numeric, type/finite, type/literal

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

See Also

infinity

type

type/extended_numeric

type/finite

type/float

type/fraction

type/infinity

type/integer

type/rational

type/realcons

type/undefined

undefined

 


Download Help Document