Formula
|
Jobs
Max(Min(1 : --------) : 0.05)
Peasants
- Max(x : y) -> Returns the larger of x and y (Example: Max(1 : 2) = 2)
- Min(x : y) -> Returns the smaller of x and y (Example: Min(1 : 2) = 1)
|
| |
Rounding
|
- ]0.001:0.005[ -> Down (Example: 0.014 -> 0.01)
- [0.005:0.005] -> Nearest Even Integer (Example: 0.015 -> 0.02, 0.025 -> 0.02)
- ]0.005:1.000[ -> Up (Example: 0.016 -> 0.02)
|
| |
Example
|
- Peasants: 2000
- Jobs: 1050
1050
Min(1 : ----) = Min(1 : 0.525) = 0.525 -> 0.52 (52%)
2000
|
| |
Data
|
Status (Age 25): [*----]
Jobs / Peas / Utopia / Formula
1050 / 2000 / 0.52 / 0.52
|
| |
Advanced Features (Click each Feature to View)
|
- Calculator
- Copy-Friendly Formula
|
| |