Package healpix.essentials
Class Constants
- java.lang.Object
-
- healpix.essentials.Constants
-
public class Constants extends java.lang.ObjectSome frequently used constants.
-
-
Field Summary
Fields Modifier and Type Field Description static doublehalfpiThe Constant halfpistatic doubleinv_halfpistatic doubleinv_twopistatic doubletwopiThe Constant twopi.static doubletwothirdThe 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
-
-