Closed firstmagic closed 2 years ago
ncomp() would report inaccurately if one of the operands was > sint32 max:
ncomp()
Myrddin types -=> th ncomp(1,3518421333) 1
(the expected return value was -1)
-1
Modify ncomp() to deal not only with significantly larger values, but floats as well.
ncomp()
would report inaccurately if one of the operands was > sint32 max:(the expected return value was
-1
)Modify
ncomp()
to deal not only with significantly larger values, but floats as well.