This module provides four APIs:
- `ceylon.math.decimal`—an arbitrary-precision decimal
numeric type,
- `ceylon.math.whole`—an arbitrary-precision integer
numeric type,
- `ceylon.math.float`—various common mathematical
functions for floating-point numbers, and
- `ceylon.math.integer`—various common functions for
integers.
The types [[Whole|ceylon.math.whole::Whole]] and
[[Decimal|ceylon.math.decimal::Decimal]] are first-class
numeric types and support all the ...
