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

Packages that use NumberIsTooLargeException 
Package Description
org.apache.commons.math4.analysis
Parent package for common numerical analysis procedures, including root finding, function interpolation and integration.
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.solvers
Root finding algorithms, for univariate real functions.
org.apache.commons.math4.distribution
Implementations of common discrete and continuous distributions.
org.apache.commons.math4.linear
Linear algebra support.
org.apache.commons.math4.stat.inference
Classes providing hypothesis testing.
org.apache.commons.math4.stat.interval
Classes providing binomial proportion confidence interval construction.
org.apache.commons.math4.util
Convenience routines and common data structures used throughout the commons-math library.