Hacker News new | ask | show | jobs
by dnautics 3369 days ago
if you really want both, then either 1) use IEEE floats or 2) write your own data type, or 3) used a boxed data type, which is really the best solution for the dominant "missing data" abuse case anyways.