#floating-point

[ follow ]
Software development
fromMedium
6 days ago

JSON Serialisation Explained with a Recipe

Strong domain modeling, Circe JSON codecs, and golden tests help maintain stable JSON contracts amid customization, floating-point handling, and backward compatibility.
JavaScript
fromPiccalilli
3 months ago

NaN, the not-a-number number that isn't NaN

NaN propagates through arithmetic and comparisons as an error state; NaN is unequal to every value, including itself.
fromHackernoon
1 year ago

Navigating MySQL Numeric Data Types | HackerNoon

MySQL supports five exact integer types: TINYINT, SMALLINT, MEDIUMINT, INT, and BIGINT, which can be signed or unsigned, with the UNSIGNED option available for all types.
Cryptocurrency
[ Load more ]