Discussion:
[9fans] APE isinf()
(too old to reply)
erik quanstrom
2013-02-11 21:50:59 UTC
Permalink
So it's probably safe to just have
#define isinf(x) isInf(x,0)
in /*/include/ape/math.h
yes, let's do that.

i'd like to move all the function definitions in /$objtype/include/math.h
to /sys/include/ape/math.h and move the system dependent goo to
/$objtype/include/u.h. this would require doing the same thing to
/sys/include/ape/u.h.

- erik
Federico G. Benavento
2013-02-11 22:40:49 UTC
Permalink
So it's probably safe to just have
#define isinf(x) isInf(x,0)
yes, I've used that in the past.

---
Federico G. Benavento
***@gmail.com

Loading...