From a810009e27cd5607635aa6d624dfbe97b1957782 Mon Sep 17 00:00:00 2001 From: gabenugget Date: Fri, 21 Feb 2025 16:48:50 +0000 Subject: [PATCH] Update ExpantaNum.js --- ExpantaNum.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExpantaNum.js b/ExpantaNum.js index 883dc02..8146d93 100644 --- a/ExpantaNum.js +++ b/ExpantaNum.js @@ -1346,7 +1346,7 @@ } }; P.toHyperE=function (){ - if (this.layer) throw Error(expantaNumError+"Sorry, but this prototype doesn't support correct Hyper-E notation for numbers larger than 10{MSI}10"); + if (this.layer) return "e1##" + this.layer if (this.sign==-1) return "-"+this.abs().toHyperE(); if (isNaN(this.array[0][1])) return "NaN"; if (!isFinite(this.array[0][1])) return "Infinity";