Current Page:
NeXtMidas User's Guide
![]() ![]() |
|
Function Invocation and In-Line FunctionsIn-Line FunctionsIn some cases it is possible to invoke a NeXtMidas command, most importantly
For example, nM>res x CALC(1,2,*) Sets the result Function InvocationSee the nM>invoke D:pi java.lang.Math.pi nM>invoke D:dval java.lang.Math.sin(pi) gets pi and calls the static function sin in the Java
Math class and returns the output into the result DVAL .
|
|