ceil method

Decimal ceil()

Returns the least integer value that is no smaller than this num.

Implementation

Decimal ceil() => Decimal._fromRational(_rational.ceil());