Java org.apache.commons.math4.util FastMath fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

intabs(final int x)
Absolute value.
longabs(final long x)
Absolute value.
floatabs(final float x)
Absolute value.
doubleabs(double x)
Absolute value.
doubleacos(double x)
Compute the arc cosine of a number.
doubleasin(double x)
Compute the arc sine of a number.
doubleatan(double x)
Arctangent function
doubleceil(double x)
Get the smallest whole number larger than x.
doublecos(double x)
Cosine function.
doublecosh(double x)
Compute the hyperbolic cosine of a number.
doublefloor(double x)
Get the largest whole number smaller than x.
doublelog(final double x)
Natural logarithm.
longround(double x)
Get the closest long to x.
intround(final float x)
Get the closest int to x.
doublesin(double x)
Sine function.
doublesinh(double x)
Compute the hyperbolic sine of a number.
doublesqrt(final double a)
Compute the square root of a number.
doubletan(double x)
Tangent function.
doubletanh(double x)
Compute the hyperbolic tangent of a number.
doubleulp(double x)
Compute least significant bit (Unit in Last Position) for a number.
floatulp(float x)
Compute least significant bit (Unit in Last Position) for a number.