From 2303346a48b1de164a8ff19527ea00fad964b145 Mon Sep 17 00:00:00 2001 From: miguel Date: Thu, 26 Nov 2020 14:53:44 +1100 Subject: [PATCH] Update inductor_lrg.html --- inductor_lrg.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inductor_lrg.html b/inductor_lrg.html index 1d991f7..36abe77 100644 --- a/inductor_lrg.html +++ b/inductor_lrg.html @@ -20,7 +20,7 @@
- +
@@ -28,7 +28,7 @@
- +
@@ -270,7 +270,7 @@ fctx.font = "12px arial"; fctx.textAlign = "left"; const L = inductor.L * 1.0e+6; - fctx.fillText("L = " + L.toPrecision(3).toString() + " \u03bcH", 8, 18); + fctx.fillText("L = " + L.toFixed(2).toString() + " \u03bcH", 8, 18); fctx.fillText("C = " + (inductor.C * 1e12).toFixed(1) + " pF", 8, 32); fctx.fillText("Rdc = " + inductor.Rdc.toFixed(2) + " \u03A9", 8, 46); fctx.fillText("SRF = " + (inductor.SRF * 1e-6).toFixed(1) + " MHz", 8, 60);