Quote:
Originally Posted by Stefan
floor==int() in graal, I'm not sure if ceil() is used often in algorithms?
|
I thought int() did some weird stuff when you got into negative numbers? I recall you saying that.
I had to fake ceil() in the most recent encryption algorithm I wrote (AES/Rijndael), and I've also had to fake it for things like Boyer-Moore string searching and some things for tree structures.