Add tool floating-point-number-converter.

This commit is contained in:
Rapha149 2024-10-16 20:43:26 +02:00
parent f962c416a3
commit b57a40aad9
8 changed files with 313 additions and 0 deletions

View file

@ -399,6 +399,10 @@ tools:
description: >-
Konvertiere Zahlen zwischen verschiedenen Basen (Dezimal, Hexadezimal,
Binär, Oktal, Base64, ...).
floating-point-converter:
title: Konverter für Fließkommazahlen
description: >-
Konvertiere eine Dezimalzahl in eine IEEE-754 binäre Fließkommazahl oder umgekehrt.
yaml-to-json-converter:
title: YAML zu JSON
description: Konvertiere YAML einfach in JSON mit diesem Live-Online-Konverter.

View file

@ -344,6 +344,10 @@ tools:
title: Integer base converter
description: Convert a number between different bases (decimal, hexadecimal, binary, octal, base64, ...)
floating-point-converter:
title: Floating point number converter
description: Convert a decimal number to a IEEE 754 binary floating point number or vice versa.
yaml-to-json-converter:
title: YAML to JSON converter
description: Simply convert YAML to JSON with this online live converter.