public class MathConstants extends Object
Modifier and Type | Field and Description |
---|---|
static double |
HALF_PI
The constant 0.5 * Math.PI.
|
static double |
LN_TEN
The constant Math.log(10.0).
|
static double |
LN_TWO_PI
The constant Math.log(2.0 * Math.PI).
|
static double |
ONE_OVER_ROOT_TWO
The constant 1.0 / Math.sqrt(2.0).
|
static double |
ONE_OVER_ROOT_TWO_PI
The constant 1.0 / Math.sqrt(2.0 * Math.PI).
|
static double |
PI_OVER_ROOT_TWO
The constant Math.PI / Math.sqrt(2.0);
|
static double |
PI_OVER_TWO
The constant 0.5 * Math.PI; same as HALF_PI.
|
static double |
ROOT_TWO
The constant Math.sqrt(2.0).
|
static double |
ROOT_TWO_PI
The constant Math.sqrt(2.0 * Math.PI).
|
static double |
TWO_PI
The constant 2.0 * Math.PI.
|
Constructor and Description |
---|
MathConstants() |
public static final double TWO_PI
public static final double HALF_PI
public static final double PI_OVER_TWO
public static final double ROOT_TWO_PI
public static final double ONE_OVER_ROOT_TWO_PI
public static final double ROOT_TWO
public static final double ONE_OVER_ROOT_TWO
public static final double LN_TWO_PI
public static final double LN_TEN
public static final double PI_OVER_ROOT_TWO
Copyright © 2016 Metron, Inc.. All rights reserved.