RealNumeric Class - 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


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