[author here] Very good questions; I definitely would like to revisit num32 very shortly. I'd say the initial rational of having num32 is not coherent right now, but I'll have to verify removing the support.
we have floating point type(It was missing from the type list in readme. I have just updated that seeing this comment. thank you!)
Well, clarity would be achieved with a name like u64. Is num signed? What's the range? Is it integers or floating point? All these things are hidden. With u64 there would be no questions open. (Well a few maybe, like overflow behavior, but can't have it all..)
There cannot be any num32.
num is a number, which can be fixed size integers, floating point numbers (of fixed size or not) or bigints. Some also add decimals
hedayet|14 days ago
we have floating point type(It was missing from the type list in readme. I have just updated that seeing this comment. thank you!)
teiferer|14 days ago
rurban|14 days ago
num32 being i32 or f32 makes no sense
hedayet|14 days ago
rkeene2|14 days ago