fundamental-constants
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "fundamental-constants", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Fundamental constants and enumerations", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -28,10 +28,12 @@ Fundamental constants and enumerations. | ||
| Constant name | Value | | ||
|------------------------------|-------| | ||
| `DAYS_COUNT_IN_WEEK` | 7 | | ||
| `HOURS_COUNT_IN_STELLAR_DAY` | 24 | | ||
| `MAXIMAL_DAYS_IN_MONTH` | 31 | | ||
| `MINUTES_COUNT_IN_HOUR` | 60 | | ||
| `MONTHS_COUNT_IN_YEAR` | 12 | | ||
| `SECONDS_COUNT_IN_MINUTE` | 60 | | ||
| Constant name | Value | | ||
|----------------------------------------------|-------------------| | ||
| `DAYS_COUNT_IN_WEEK` | 7 | | ||
| `HOURS_COUNT_IN_STELLAR_DAY` | 24 | | ||
| `MAXIMAL_DAYS_IN_MONTH` | 31 | | ||
| `MAXIMAL_SUPPORTED_UNIX_MILLISECONDS_AMOUNT` | 8640000000000000 | | ||
| `MINIMAL_SUPPORTED_UNIX_MILLISECONDS_AMOUNT` | -8640000000000000 | | ||
| `MINUTES_COUNT_IN_HOUR` | 60 | | ||
| `MONTHS_COUNT_IN_YEAR` | 12 | | ||
| `SECONDS_COUNT_IN_MINUTE` | 60 | | ||
@@ -38,0 +40,0 @@ #### Enumerations |
20878
63
254
85