1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2026-09-24 21:04:32 +00:00
This commit is contained in:
Michael Mclaughlin
2017-12-10 18:32:38 +00:00
parent fd668fea70
commit dbf681be4a
10 changed files with 39 additions and 29 deletions

View File

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