From 7cfdc65831a9c7489d1de25ce3ee18a61849d218 Mon Sep 17 00:00:00 2001 From: atsiv sivat Date: Sat, 31 Jan 2026 15:54:59 +0000 Subject: [PATCH] Add To and From IEEEBinary Operations in Categories file --- src/core/config/Categories.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/config/Categories.json b/src/core/config/Categories.json index 434c8bb61..603936b06 100644 --- a/src/core/config/Categories.json +++ b/src/core/config/Categories.json @@ -20,6 +20,8 @@ "From Binary", "To Octal", "From Octal", + "To IEEEBinary", + "From IEEEBinary", "To Base32", "From Base32", "To Base45",