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

Quick Search    Search Deep

com.hartmath.initial
Class EPow  view EPow download EPow.java

java.lang.Object
  extended bycom.hartmath.mapping.SFunctionEvaluator
      extended bycom.hartmath.mapping.E2SArg
          extended bycom.hartmath.initial.EPow
All Implemented Interfaces:
com.hartmath.mapping.FunctionEvaluator, com.hartmath.mapping.FunctionOpEvaluator

class EPow
extends com.hartmath.mapping.E2SArg
implements com.hartmath.mapping.FunctionOpEvaluator

Class Declaration.

Version:
%I%, %G%

Constructor Summary
(package private) EPow()
           
 
Method Summary
(package private)  com.hartmath.expression.HObject calculateRoot(com.hartmath.expression.HInteger a, com.hartmath.expression.HInteger root, com.hartmath.lib.Session session)
          Description of the Method
 com.hartmath.expression.HObject e2ComArg(com.hartmath.expression.HComplex c0, com.hartmath.expression.HComplex c1, com.hartmath.lib.Session session)
          Description of the Method
 com.hartmath.expression.HObject e2DblArg(com.hartmath.expression.HDouble d0, com.hartmath.expression.HDouble d1, com.hartmath.lib.Session session)
          Description of the Method
 com.hartmath.expression.HObject e2DblComArg(com.hartmath.expression.HDoubleComplex d0, com.hartmath.expression.HDoubleComplex d1, com.hartmath.lib.Session session)
          Method Declaration.
 com.hartmath.expression.HObject e2FraArg(com.hartmath.expression.HFraction f0, com.hartmath.expression.HFraction f1, com.hartmath.lib.Session session)
          Method Declaration.
 com.hartmath.expression.HObject e2IntArg(com.hartmath.expression.HInteger i0, com.hartmath.expression.HInteger i1, com.hartmath.lib.Session session)
          Method Declaration.
 com.hartmath.expression.HObject e2ObjArg(com.hartmath.expression.HObject o0, com.hartmath.expression.HObject o1, com.hartmath.lib.Session session)
          Method Declaration.
 com.hartmath.expression.HObject eComIntArg(com.hartmath.expression.HComplex c0, com.hartmath.expression.HInteger i1, com.hartmath.lib.Session session)
          Method Declaration.
 int precedence()
          Method Declaration.
 java.lang.String toOpString(com.hartmath.expression.HFunction fun, com.hartmath.lib.Session session)
          Method Declaration.
 
Methods inherited from class com.hartmath.mapping.E2SArg
binaryOperator, compareAddFunction, e2ComArg, e2DblArg, e2DblComArg, e2FraArg, e2FunArg, e2FunArg, e2IntArg, e2ObjArg, eComIntArg, eFunIntArg, eFunIntArg, 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
 

Constructor Detail

EPow

EPow()
Method Detail

e2ObjArg

public com.hartmath.expression.HObject e2ObjArg(com.hartmath.expression.HObject o0,
                                                com.hartmath.expression.HObject o1,
                                                com.hartmath.lib.Session session)
Method Declaration.


e2IntArg

public com.hartmath.expression.HObject e2IntArg(com.hartmath.expression.HInteger i0,
                                                com.hartmath.expression.HInteger i1,
                                                com.hartmath.lib.Session session)
Method Declaration.


e2FraArg

public com.hartmath.expression.HObject e2FraArg(com.hartmath.expression.HFraction f0,
                                                com.hartmath.expression.HFraction f1,
                                                com.hartmath.lib.Session session)
Method Declaration.


eComIntArg

public com.hartmath.expression.HObject eComIntArg(com.hartmath.expression.HComplex c0,
                                                  com.hartmath.expression.HInteger i1,
                                                  com.hartmath.lib.Session session)
Method Declaration.


e2DblArg

public com.hartmath.expression.HObject e2DblArg(com.hartmath.expression.HDouble d0,
                                                com.hartmath.expression.HDouble d1,
                                                com.hartmath.lib.Session session)
Description of the Method


e2DblComArg

public com.hartmath.expression.HObject e2DblComArg(com.hartmath.expression.HDoubleComplex d0,
                                                   com.hartmath.expression.HDoubleComplex d1,
                                                   com.hartmath.lib.Session session)
Method Declaration.


e2ComArg

public com.hartmath.expression.HObject e2ComArg(com.hartmath.expression.HComplex c0,
                                                com.hartmath.expression.HComplex c1,
                                                com.hartmath.lib.Session session)
Description of the Method


toOpString

public java.lang.String toOpString(com.hartmath.expression.HFunction fun,
                                   com.hartmath.lib.Session session)
Method Declaration.

Specified by:
toOpString in interface com.hartmath.mapping.FunctionOpEvaluator

precedence

public int precedence()
Method Declaration.

Specified by:
precedence in interface com.hartmath.mapping.FunctionOpEvaluator

calculateRoot

com.hartmath.expression.HObject calculateRoot(com.hartmath.expression.HInteger a,
                                              com.hartmath.expression.HInteger root,
                                              com.hartmath.lib.Session session)
Description of the Method