Checks if this number is strictly positive.
public final function isPositive() : bool { return $this->getSign() > 0; }