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

Online Help

All Products    Maple    MapleSim


RealNumeric

Python representation of a Maple real numeric

 

Description

Method Summary

Superclass

Description

• 

The maple.RealNumeric class represents Maple objects of type numeric.

Method Summary

• 

maple.RealNumeric inherits all the methods defined on ComplexNumeric objects.

• 

It implements the numbers.Real base abstract class from the numbers module.

• 

It does not define any additional methods.

Superclass

• 

ComplexNumeric

See Also

OpenMaple

OpenMaple/Python

OpenMaple/Python/ComplexNumeric

OpenMaple/Python/Examples

OpenMaple/Python/Expression

OpenMaple/Python/Name

OpenMaple/Python/Table