• 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.decimal / 1.3.3
Ceylon Decimal Platform Module
Category SDK

The Ceylon SDK

Backends JVM
Maven coordinates org.ceylon-lang:ceylon.decimal
Compatible Ceylon release JVM: 1.2.x, 1.3.x (latest)
Published Aug 21, 2017
Stats Downloads (JVM): 1172
Source downloads: 516
Description

Decimal floating point arithmetic. The focus of this module is the Decimal type which performs computations using decimal floating point arithmetic. An of Decimal may be obtained by calling decimalNumber or parseDecimal.

A Rounding is used to specify how results of calculations should be rounded, and an instance may be obtained by calling round. The implicitRounding function may be used to associate a Rounding with a computation, performing the whole computation with an implicit rounding strategy.

Dependencies
ceylon.language/1.3.3
ceylon.whole/1.3.3 shared
java.base/7 JDK
Usage
  • Import
 import ceylon.decimal "1.3.3";
Module links Members
Imported By
Home
Code repository
Issue tracker
Browse
Download .car
No .js archive
Download source archive
Download module documentation
View API documentation

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