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

Online Help

NumericClass

return the class of x

 

Calling Sequence

Parameters

Description

Thread Safety

Examples

Calling Sequence

NumericClass(x)

Parameters

x

-

expression

Description

• 

The NumericClass(x) function returns the class of x represented as a type. The class of x is described by a Maple type that recognizes

  

- the computation environment, and

  

- the numerical type of x.

• 

If x is complex, then NumericClass(x) returns as narrowly constrained a type as possible to recognize x. To obtain precise information about the real and imaginary part of x separately, use NumericClass(Re(x)) and NumericClass(Im(x)).

Thread Safety

• 

The NumericClass command is thread-safe as of Maple 15.

• 

For more information on thread safety, see index/threadsafe.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

See Also

float

HFloat

Im

numeric_types

numerics

Re

whattype

 


Download Help Document