Uses of Class
org.apache.commons.math4.exception.NumberIsTooSmallException

Packages that use NumberIsTooSmallException 
Package Description
org.apache.commons.math4.analysis.differentiation
This package holds the main interfaces and basic building block classes dealing with differentiation.
org.apache.commons.math4.analysis.integration
Numerical integration (quadrature) algorithms for univariate real functions.
org.apache.commons.math4.analysis.interpolation
Univariate real functions interpolation algorithms.
org.apache.commons.math4.analysis.polynomials
Univariate real polynomials implementations, seen as differentiable univariate real functions.
org.apache.commons.math4.analysis.solvers
Root finding algorithms, for univariate real functions.
org.apache.commons.math4.distribution.fitting
Fitting of parameters against distributions.
org.apache.commons.math4.exception
Specialized exceptions for algorithms errors.
org.apache.commons.math4.linear
Linear algebra support.
org.apache.commons.math4.stat
Data storage, manipulation and summary routines.
org.apache.commons.math4.stat.correlation
Correlations/Covariance computations.
org.apache.commons.math4.stat.inference
Classes providing hypothesis testing.
org.apache.commons.math4.util
Convenience routines and common data structures used throughout the commons-math library.