Checks if this number equals zero.
public final function isZero() : bool { return $this->getSign() === 0; }