This module provides an arbitrary-precision integer numeric type. The type [[Whole|ceylon.whole::Whole]] is a first-class numeric type and support all the usual mathematical operations: Whole i = wholeNumber(12P); Whole j = wholeNumber(3); Whole n = i**j + j; print(n); //prints 1728000000000000000000000000000000000003

Latest Versions

4 versions โ†’
VersionVulnerabilitiesUsagesDate
1.3.x
1.3.1
2
Feb 13, 2021
1.3.0
3
Feb 13, 2021
1.2.x
1.2.2
7
Feb 13, 2021
1.2.1
3
Feb 13, 2021
4 versions โ†’