Hi Wilhelm, > I'm not finding such a thing in the function > reference, but asking on the off chance I'm > overlooking it. Is there a way in Picolisp to > get a division result and remainder as a > single operation?
No, there is not. I thought about it initially, but found that it makes no sense due to the bignum nature of PicoLisp. The remainder needs to be created separately (building up cell structures in memmory), so a single function call is not significantly more efficient than two separate calls to '/' and '%'. ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe