Class NumberCatalog
java.lang.Object
ch.nolix.baseapi.math.number.NumberCatalog
The
NumberCatalog provides numbers that are important mathematical
constants.
Of the NumberCatalog an instance cannot be created.- Author:
- Silvan Wyss
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final double -
Method Summary
-
Field Details
-
EULERS_NUMBER
public static final double EULERS_NUMBER- See Also:
-
GOLDEN_RATIO
public static final double GOLDEN_RATIO- See Also:
-
PI
public static final double PI- See Also:
-
SQUARE_ROOT_OF_2
public static final double SQUARE_ROOT_OF_2- See Also:
-
SQUARE_ROOT_OF_3
public static final double SQUARE_ROOT_OF_3- See Also:
-
SQUARE_ROOT_OF_5
public static final double SQUARE_ROOT_OF_5- See Also:
-