• Modules
    • By category
    • By name
    • Most popular
    • Most downloaded
    • Repository
  • Register
  • Log in
  • Help
    • Start using Ceylon Herd
    • Publish your first module
    • Module publishing guidelines
    • All about Ceylon
    • Keyboard Shortcuts

    • s Focus search module bar
      ? Open this information panel
      j Move selection down
      k Move selection up
      enter Open current selection
Module info
Name
quintesse / ceylon.whole / 1.3.3
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
All backends JVM JavaScript
ceylon.language/1.3.3
java.base/7 JDK
Usage
  • Import
 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

Ceylon Herd v1.24 Copyright 2012-2023 Red Hat. About