1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2026-09-23 04:14:32 +00:00

v7.2.0 Add decimal.es6.js

This commit is contained in:
Michael Mclaughlin
2017-04-09 23:07:52 +01:00
parent 85a499eb86
commit 2be14dfdd7
6 changed files with 4780 additions and 7 deletions

View File

@@ -1,13 +1,13 @@
/*! decimal.js v7.1.2 https://github.com/MikeMcl/decimal.js/LICENCE */
/*! decimal.js v7.2.0 https://github.com/MikeMcl/decimal.js/LICENCE */
;(function (globalScope) {
'use strict';
/*
* decimal.js v7.1.2
* decimal.js v7.2.0
* An arbitrary-precision Decimal type for JavaScript.
* https://github.com/MikeMcl/decimal.js
* Copyright (c) 2016 Michael Mclaughlin <M8ch88l@gmail.com>
* Copyright (c) 2017 Michael Mclaughlin <M8ch88l@gmail.com>
* MIT Licence
*/