Float compare? Return is?
TJHJ
Posts: 243
Um so I can remember and I cant seem to find which way this works. ( Not in comments, included docs and I cant find a thread talking about it.)
f.fcmp(a,b) compare to floating point numbers.
Is the return like so
A > B returns 1?
A < B returns -1?
A = B returns 0?
or the other way around?
Thanks,
TJ
f.fcmp(a,b) compare to floating point numbers.
Is the return like so
A > B returns 1?
A < B returns -1?
A = B returns 0?
or the other way around?
Thanks,
TJ
Comments
John Abshier