java.lang.Object
com.hartmath.mapping.SFunctionEvaluator
com.hartmath.mapping.E1SArg
com.hartmath.loadable.EAbs
- All Implemented Interfaces:
- com.hartmath.mapping.FunctionEvaluator, com.hartmath.mapping.Plugin
- public class EAbs
- extends com.hartmath.mapping.E1SArg
- implements com.hartmath.mapping.Plugin
Description of the Class
|
Field Summary |
(package private) static byte[] |
barr
|
(package private) static boolean |
first
|
(package private) static long[] |
larr
|
|
Constructor Summary |
EAbs()
Constructor for the EAbs object |
| Methods inherited from class com.hartmath.mapping.E1SArg |
e1ComArg, e1ComArg, e1DblArg, e1DblArg, e1DblComArg, e1DblComArg, e1FraArg, e1FraArg, e1FunArg, e1FunArg, e1IntArg, e1IntArg, e1ObjArg, e1SymArg, e1SymArg, evaluate, operatorString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
larr
static final long[] larr
barr
static final byte[] barr
first
static boolean first
EAbs
public EAbs()
- Constructor for the EAbs object
init
public void init(com.hartmath.lib.Session session)
- Description of the Method
- Specified by:
init in interface com.hartmath.mapping.Plugin
e1ObjArg
public com.hartmath.expression.HObject e1ObjArg(com.hartmath.expression.HObject o,
com.hartmath.lib.Session session)
- Method Declaration.