Add is_odd, is_even and is_zero.

This commit is contained in:
Stephen Chung
2021-06-27 22:10:52 +08:00
parent 1247b89352
commit 7196b017f5
2 changed files with 37 additions and 0 deletions

View File

@@ -8,6 +8,11 @@ The official version `1.0`.
Almost the same version as `0.20.3` but with deprecated API removed.
Enhancements
------------
* New methods `is_odd`, `is_even` for integers, and `is_zero` for all numbers.
Version 0.20.3
==============