Package edu.stanford.nlp.math

Classes for Simple Math Functionality, such as Min, Max, WeightedAverage, Scientific Notation, etc.

See:
          Description

Interface Summary
Double4Function interface for functions which take four doubles as arguments, and return a double
 

Class Summary
Average Implements standard average
Max Implements maximum function
Min Implements minimum function
ScientificNotationDouble ScientificNotationDouble allows very small and very large numbers to be multiplied without causing a floating point underflow/overflow.
SloppyMath The class SloppyMath contains methods for performing basic numeric operations.
WeightedAverage Implements Weighted average
 

Package edu.stanford.nlp.math Description

Classes for Simple Math Functionality, such as Min, Max, WeightedAverage, Scientific Notation, etc.


Sepandar David Kamvar
Last modified: Thu Oct 31 11:07:47 PST 2002



Stanford NLP Group