Name |
Ceylon Whole Platform Module |
||||||
---|---|---|---|---|---|---|---|
Category |
SDK
The Ceylon SDK |
||||||
Backends | JVM JavaScript | ||||||
Maven coordinates | org.ceylon-lang:ceylon.whole | ||||||
Compatible Ceylon release |
JVM: 1.2.x, 1.3.x (latest) JavaScript: Unknown (10/0) |
||||||
Published | Aug 21, 2017 | ||||||
Stats |
Downloads (JVM): 1154 Downloads (JS): 76 Source downloads: 552 |
||||||
Authors |
John Vasileff Tom Bentley |
||||||
Description |
This module provides an arbitrary-precision integer numeric type. The type 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 |
||||||
Dependencies |
|
||||||
Usage |
import ceylon.whole "1.3.3"; |
||||||
Module links |
Members Imported By Home Code repository Issue tracker Browse Download .car Download .js Download source archive Download module documentation View API documentation |