Returns whether this number is odd.
public function isOdd() : bool { return \in_array($this->value[-1], [ '1', '3', '5', '7', '9', ], true); }