Java org.apache.commons.math3.util MathUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.util MathUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.util MathUtils.

The text is from its open source code.

Field

doubleTWO_PI
2 π.

Method

voidcheckFinite(final double x)
Check that the argument is a real number.
voidcheckFinite(final double[] val)
Check that all the elements are real numbers.
voidcheckNotNull(Object o)
Checks that an object is not null.
inthash(double value)
Returns an integer hash code representing the given double value.
inthash(double[] value)
Returns an integer hash code representing the given double array.
doublenormalizeAngle(double a, double center)
Normalize an angle in a 2&pi wide interval around a center value.