feat: Added mod method to MathUtils

This commit is contained in:
Chris Cameron
2019-09-09 10:06:08 -04:00
parent b09f614ef5
commit 45ee3e70b0
4 changed files with 29 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Added a method for converting 24 hour to 12 hour format
- Added a method for determining if a culture uses 24 hour format
- Added math util method for mod
## [9.8.0] - 2019-09-03
### Added