1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2026-09-23 20:35:04 +00:00
This commit is contained in:
Michael Mclaughlin
2016-11-09 23:43:42 +00:00
parent 4df9158a1a
commit 148be72e6f
6 changed files with 12 additions and 8 deletions

View File

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