com.croftsoft.core.math
Interface MathConstants


public interface MathConstants

A collection of constants to supplement java.lang.Math.

Since:
2002-01-27
Version:
$Id: MathConstants.java,v 1.4 2008/08/24 00:28:36 croft Exp $
Author:
David Wallace Croft

Field Summary
static double DEGREES_PER_RADIAN
           
static double GOLDEN_RATIO
           
static long MILLISECONDS_PER_DAY
           
static long MILLISECONDS_PER_SECOND
           
static long NANOSECONDS_PER_MICROSECOND
           
static long NANOSECONDS_PER_MILLISECOND
           
static long NANOSECONDS_PER_SECOND
           
static double SECONDS_PER_NANOSECOND
           
static double TWO_PI
           
 

Field Detail

MILLISECONDS_PER_DAY

static final long MILLISECONDS_PER_DAY
See Also:
Constant Field Values

MILLISECONDS_PER_SECOND

static final long MILLISECONDS_PER_SECOND
See Also:
Constant Field Values

NANOSECONDS_PER_MICROSECOND

static final long NANOSECONDS_PER_MICROSECOND
See Also:
Constant Field Values

NANOSECONDS_PER_MILLISECOND

static final long NANOSECONDS_PER_MILLISECOND
See Also:
Constant Field Values

NANOSECONDS_PER_SECOND

static final long NANOSECONDS_PER_SECOND
See Also:
Constant Field Values

DEGREES_PER_RADIAN

static final double DEGREES_PER_RADIAN
See Also:
Constant Field Values

GOLDEN_RATIO

static final double GOLDEN_RATIO
See Also:
Constant Field Values

SECONDS_PER_NANOSECOND

static final double SECONDS_PER_NANOSECOND
See Also:
Constant Field Values

TWO_PI

static final double TWO_PI
See Also:
Constant Field Values

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)