diff --git a/toroid.html b/toroid.html index 24dc70f..cc2f0aa 100644 --- a/toroid.html +++ b/toroid.html @@ -655,7 +655,7 @@ this.getInductance = function (frequency, mu) { // const mu = this.getComplexPermeability(frequency); - const L = mu[0] * 4.0 * Math.PI * this.N**2 * 1e-9 / this.core.CC; + const L = mu[0] * 4.0 * Math.PI * this.N**2 * 1e-3 / this.core.CC; return L; };