Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

big-decimal

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

big-decimal

Javascript version of the com.ibm.icu.math.BigDecimal and com.ibm.icu.math.MathContext Java classes from the ICU4J project.

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
63
decreased by-18.18%
Maintainers
1
Weekly downloads
 
Created
Source

Node.js

To install run: npm install big-decimal --save

var big = require('big-decimal');

var x = new big('1234.5678000');

console.log(new big("1234.0000").isLessThan(new big("1234.5678"))); // true

Build

To build the project run: bash run_closure_compiler.sh

Legacy

This is a copy of version 1.0.1 of the STZ-IDA JavaScript translation of the com.ibm.icu.math.BigDecimal and com.ibm.icu.math.MathContext Java classes from the ICU4J project.

Version History

This version includes a small bug fix in the implementation of the pow() function. See this answer on Stack Overflow for more information.

License

The author of the translation has stated:

Die JavaScript-Klassen sind eine 1:1-Umsetzung der MathContext- und BigDecimal-Java-Klassen, die IBM im Projekt International Components for Unicode for Java realisiert hat. Sie stehen unter der gleichen Lizenz wie die Original-Klassen, was im wesentlichen bedeutet, dass sie beliebig verwendet werden dürfen, sofern die Copyright-Angaben erhalten bleiben. / The JavaScript classes are a one-to-one translation of the MathContext and BigDecimal Java classes that IBM implemented for the ICU4J project. They are licensed under the same license as the original classes, which essentially means that they may be used freely, provided that the copyright information remains.

Using ICU4J's Subversion repository, I was able to determine that the JavaScript was generated from the versions of MathContext.java and BigDecimal.java that were first distributed with ICU4J release 2.4, and unmodified in each subsequent release. The JavaScript sources, therefore, are licensed under the terms of the ICU4J License, either the version thereof that was distributed with ICU4J-2.4 or any subsequent release.

  • big.js

Keywords

FAQs

Package last updated on 19 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc