Package healpix.essentials
Class Constants
- java.lang.Object
-
- healpix.essentials.Constants
-
public class Constants extends java.lang.Object
Some frequently used constants.
-
-
Field Summary
Fields Modifier and Type Field Description static double
halfpi
The Constant halfpistatic double
inv_halfpi
static double
inv_twopi
static double
twopi
The Constant twopi.static double
twothird
The Constant twothird.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
halfpi
public static final double halfpi
The Constant halfpi- See Also:
- Constant Field Values
-
inv_halfpi
public static final double inv_halfpi
- See Also:
- Constant Field Values
-
twopi
public static final double twopi
The Constant twopi.- See Also:
- Constant Field Values
-
inv_twopi
public static final double inv_twopi
- See Also:
- Constant Field Values
-
twothird
public static final double twothird
The Constant twothird.- See Also:
- Constant Field Values
-
-