1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2026-09-24 12:54:47 +00:00

refactor tests

This commit is contained in:
Michael Mclaughlin
2016-02-06 17:51:29 +00:00
parent 587b9fe82f
commit caad23d669
64 changed files with 308 additions and 549 deletions

View File

@@ -1,7 +1,6 @@
if (typeof T === 'undefined') require('../setup');
(function () {
T('asinh');
T('asinh', function () {
function t(n, pr, rm, expected) {
Decimal.precision = pr;
@@ -1022,6 +1021,4 @@ if (typeof T === 'undefined') require('../setup');
t('959363.783043541639323072180147603753657', 86, 3, '14.46717279830797941955692793012557501799148538229744443631547327264748755583447284086');
t('-0.00014646860007896', 75, 1, '-0.000146468599555260285150687195543516588439055126517399139386767315063352429473');
*/
T.stop();
})();
});