Hacker News new | ask | show | jobs
by amadvance 1003 days ago
Is fixed-point the right term ?

As far as I know fixed point numbers have a fixed fractional part in bits, but this is different from using integers with a multiplicative factor, like 100, to represent correctly a fractional part as 1/100.

1 comments

No it's not different, what you describe is exactly what fixed point is.