mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-03 04:49:13 -04:00
Add tool floating-point-number-converter.
This commit is contained in:
parent
f962c416a3
commit
b57a40aad9
8 changed files with 313 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue