Remix.run Logo
OskarS 2 days ago

I would assume most basic calculators use regular floating point circuits, and then just round aggressively for the display.

inejge 2 days ago | parent [-]

Cheap calculators use microcontroller-like CPUs which simply have no room for floating-point hardware. BCD or fixed-point integers in software are much cheaper and simpler.