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 ...
Version1.2.0compared with

Version Details

Compile Changes (1)

1.1.0 1.2.0
ChangeGroup / ArtifactPreviousCurrent
+ Added ceylon » language-1.2.0