mirror of
https://github.com/MikeMcl/decimal.js.git
synced 2026-03-02 03:49:24 +00:00
v2.0.1
This commit is contained in:
@@ -1 +1,2 @@
|
||||
test
|
||||
test
|
||||
excluded
|
||||
@@ -200,9 +200,12 @@ See LICENCE.
|
||||
|
||||
## Change Log
|
||||
|
||||
####2.0.1
|
||||
* 10/04/2014 Update npmignore
|
||||
|
||||
####2.0.0
|
||||
* 10/04/2014 Added `toSignificantDigits`
|
||||
* Removed `toInteger`
|
||||
* 10/04/2014 Add `toSignificantDigits`
|
||||
* Remove `toInteger`
|
||||
* No arguments to `ceil`, `floor`, `round` and `trunc`
|
||||
|
||||
####1.0.1
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
/*! decimal.js v2.0.0 https://github.com/MikeMcl/decimal.js/LICENCE */
|
||||
/*! decimal.js v2.0.1 https://github.com/MikeMcl/decimal.js/LICENCE */
|
||||
;(function (global) {
|
||||
'use strict';
|
||||
|
||||
|
||||
/*
|
||||
* decimal.js v2.0.0
|
||||
* decimal.js v2.0.1
|
||||
* An arbitrary-precision Decimal type for JavaScript.
|
||||
* https://github.com/MikeMcl/decimal.js
|
||||
* Copyright (c) 2014 Michael Mclaughlin <M8ch88l@gmail.com>
|
||||
|
||||
2
decimal.min.js
vendored
2
decimal.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "decimal.js",
|
||||
"description": "An arbitrary-precision Decimal type for JavaScript.",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"keywords": [
|
||||
"arbitrary",
|
||||
"precision",
|
||||
|
||||
Reference in New Issue
Block a user