bits method

Gets an InformationSize representing this number of bits.

Implementation

InformationSize bits() => Rational.fromInt(this).bits();