SimpleNumberInterface

namespace
Samsara\Fermat\Types\Base\Interfaces\Numbers
extends
NumberInterface

The SimpleNumberInterface extends NumberInterface and adds the methods that are common to all non-complex numbers. This includes things like being positive or negative, inequality comparison, and getting the value as a base-10 real number.