Procedure
OpenMaple representation of a Maple procedure
Description
Method Summary
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.
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
Download Help Document