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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.hartmath.initial.MathOperators
All Implemented Interfaces:
com.hartmath.mapping.FunctionEvaluator

public class MathOperators
extends java.lang.Object
implements com.hartmath.mapping.FunctionEvaluator

Implementation of mathematical operators


Constructor Summary
MathOperators()
           
 
Method Summary
 com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction vect)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathOperators

public MathOperators()
Method Detail

evaluate

public com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction vect)
Method declaration

Specified by:
evaluate in interface com.hartmath.mapping.FunctionEvaluator