From edadaf8f93c10dad78effb8521287d135bcae9e5 Mon Sep 17 00:00:00 2001 From: Michael M Date: Mon, 23 May 2022 21:42:54 +0100 Subject: [PATCH] Correct typo --- doc/API.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/API.html b/doc/API.html index 84e9ad3..0460279 100644 --- a/doc/API.html +++ b/doc/API.html @@ -1009,7 +1009,7 @@ new Decimal('1e-500') // '1e-500' new Decimal('9.9e-501') // '0' Decimal.set({ minE: -3 }) -new Decimal(0.001) // '0.01' e is -3 +new Decimal(0.001) // '0.001' e is -3 new Decimal(0.0001) // '0' e is -4

The smallest possible magnitude of a non-zero Decimal is 1e-9000000000000000