View Single Post
  #9  
Old 08-25-2009, 09:50 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Stefan View Post
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.
Reply With Quote