abs() , rnd() func or integer cast?
- Posted by Asa <electro.legacy at gmail?c?m> May 12, 2008
- 606 views
Hi everyone, maybe I just missed it, but i can't find a lib function or builtin to isolate the integer part of a number. I need to just take the integer part of a division result, but amazingly I can't find any way of doing this in Euphoria. I searched the docs for either a integer divide such as DIV in pascal, or a lib function strip the decimal part off a number so I can use it as an indice in a sequence!