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

Online Help

All Products    Maple    MapleSim


Procedure

OpenMaple representation of a Maple procedure

 

Description

Method Summary

Description

• 

The com.maplesoft.openmaple.Procedure class represents a Maple procedure.  Procedure publicly inherits from Algebraic and so it provides all the member functions from the Algebraic class in addition to those listed here.

Method Summary

Algebraic execute( ) throws MapleException

Algebraic execute( Expseq args ) throws MapleException

Algebraic execute( Algebraic args[] ) throws MapleException

• 

execute executes the procedure with the given arguments and returns the result.

double executehf( ) throws MapleException

double executehf( double args[] ) throws MapleException

• 

executehf executes the procedure with the given arguments using hardware floats and returns the result.

See Also

OpenMaple

OpenMaple/Java/Algebraic

OpenMaple/Java/API

OpenMaple/Java/Examples

procedure