Procedure - OpenMaple representation of a Maple procedure
|
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( Algebraic args[] ) throws MapleException
|
|
•
|
execute executes the procedure with the given arguments and returns the result.
|
|
|
double executehf( double 'args'[] ) throws MapleException
|
|
•
|
executehf executes the procedure with the given arguments using hardware floats and returns the result.
|
|
|
|
Download Help Document
Was this information helpful?