Uses of Class
com.japisoft.formula.lib.standard.AbstractFunction

Packages that use AbstractFunction
com.japisoft.formula.lib.standard   
 

Uses of AbstractFunction in com.japisoft.formula.lib.standard
 

Subclasses of AbstractFunction in com.japisoft.formula.lib.standard
 class AbsFunction
          Compute the absolute result
 class AcosFunction
          Compute the arc cosine with a radian value
 class AsinFunction
          Compute the arc sine with a radian value
 class AtanFunction
          Compute the arc tan
 class AvgFunction
          Compute the average of the values
 class CosFunction
          Compute a cosine with a radian value
 class DegToRad
          Convert angle in degrees to radians
 class ExpFunction
          Compute the euler's number e raised to the power of the argument
 class IntFunction
          Compute an integer from a double
 class Log10Function
          Compute the natural logarithm in 10 base
 class LogFunction
          Compute the natural logarithm in e base
 class LognFunction
          Compute the natural logarithm in n base : Logn( BASE, value )
 class MaxFunction
          Compute the max values
 class MinFunction
          Compute the min values
 class Pow
          Power
 class ProdFunction
          Compute the product values
 class RadToDeg
          Convert angle in radians to degrees
 class RandomFunction
          Compute a random value from 0 to 1
 class SinFunction
          Compute a sine with a radian value
 class SqrtFunction
          Compute a square root
 class SumFunction
          Compute the sum values
 class TanFunction
          Compute a tangent with a radian value