Hacker News new | ask | show | jobs
by 0815test 2524 days ago
Is it fixed point math or decimal floating point? These are not the same, but fixed point is fairly trivial to reimplement on any platform; there's even an official "embedded C" extension that adds support for it.