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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.hartmath.mapping.E1Arg
      extended bycom.hartmath.loadable.EFactorial2
All Implemented Interfaces:
com.hartmath.mapping.FunctionEvaluator

public class EFactorial2
extends com.hartmath.mapping.E1Arg

Fatorial2 numbers n*(n-2)*(n-4)...


Constructor Summary
EFactorial2()
          Constructor for the EFactorial2 object
 
Method Summary
 com.hartmath.expression.HObject e1IntArg(com.hartmath.expression.HInteger fac)
          Description of the Method
 
Methods inherited from class com.hartmath.mapping.E1Arg
e1ComArg, e1DblArg, e1DblComArg, e1FraArg, e1FunArg, e1ObjArg, e1SymArg, evaluate, operatorString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EFactorial2

public EFactorial2()
Constructor for the EFactorial2 object

Method Detail

e1IntArg

public com.hartmath.expression.HObject e1IntArg(com.hartmath.expression.HInteger fac)
Description of the Method