Gravity Perks – Advanced Calculations – Version – 1.0.19

## 1.0.19
– Fixed issue where `max()` and `min()` could calculate as `0` during submission if only given one parameter.
## 1.0.18
– Improved error handling when improper parameters are provided to functions such as `min`, `max`, etc.
– Fixed an issue where calculations encountering division by zero would throw an error instead of returning `0`.