net.sf.doodleproject.numerics4j
Interface Constants


public interface Constants

Common constants found in mathematical formulas.

Version:
$Revision: 1.2 $ $Date: 2007/10/25 04:44:23 $

Field Summary
static double HALF_LOG_2_PI
          1/2 * log(2 π).
static double LOG_2_PI
          log(2 π).
static double PI_2
          2 π.
static double SQRT_2
          √2.
 

Field Detail

PI_2

static final double PI_2
2 π.

See Also:
Constant Field Values

LOG_2_PI

static final double LOG_2_PI
log(2 π).


HALF_LOG_2_PI

static final double HALF_LOG_2_PI
1/2 * log(2 π).


SQRT_2

static final double SQRT_2
√2.



Copyright 2004-2004-2007 DoodleProject. All Rights Reserved.