Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hartmath.loadable
Class EAbs  view EAbs download EAbs.java

java.lang.Object
  extended bycom.hartmath.mapping.SFunctionEvaluator
      extended bycom.hartmath.mapping.E1SArg
          extended bycom.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
 
Method Summary
 com.hartmath.expression.HObject e1ObjArg(com.hartmath.expression.HObject o, com.hartmath.lib.Session session)
          Method Declaration.
 void init(com.hartmath.lib.Session session)
          Description of the Method
 
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 com.hartmath.mapping.SFunctionEvaluator
evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

larr

static final long[] larr

barr

static final byte[] barr

first

static boolean first
Constructor Detail

EAbs

public EAbs()
Constructor for the EAbs object

Method Detail

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.