Inspect and convert floating-point literals

Type a value in any CDN (CBOR-EDN) floating-point notation — plain decimal (1.5), exponential (1.5e+8), hex float (0x1.22102ap+15), NaN / Infinity, an integer in any base (0xcafe, 0b1100, 0o123), or a float'...' bit-pattern extension — and see every other spelling, plus its exact half-, single-, and double-precision IEEE 754 representation, with quadruple precision (binary128) alongside as reference. Parsing and CDN formatting use @cbortech/cbor.

Inspect
Samples