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

Online Help

All Products    Maple    MapleSim


type/realcons

check for a real constant

 

Calling Sequence

Parameters

Description

Subtypes

Supertypes

Examples

Calling Sequence

type(x, realcons)

Parameters

x

-

any expression

Description

• 

The call type(x, realcons) checks if x is a real constant. A real constant is infinity, -infinity, or an expression for which evalf returns a floating-point number.

Subtypes

• 

type/numeric, type/real_infinity

Supertypes

• 

type/algebraic

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

See Also

evalf

type

type/complexcons

type/constant

type/infinity

type/numeric

 


Download Help Document