[REBOL] Re: to-integer problem
From: smith::munsterman::com at: 16-Apr-2003 8:44
I get the same results on REBOL/View 1.2.1.3.1. I do believe there is a
problem. Have you sent feedback to the Rebol folks?
-Jeff Smith
On Wed, 16 Apr 2003 14:18:24 +0200, Will Arp <[warp--reboot--ch]> wrote:
> I really don't understand
>
>>> to-integer (1.10 * 100)
> == 110
>>> to-integer (1.11 * 100)
> == 111
>>> to-integer (1.12 * 100)
> == 112
>>> to-integer (1.13 * 100)
> == 112
>>> to-integer (1.14 * 100)
> == 113
>>> to-integer (1.15 * 100)
> == 114
>>> to-integer (1.16 * 100)
> == 115
>>> to-integer (1.17 * 100)
> == 117
>>> to-integer (1.18 * 100)
> == 118
>>> to-integer (1.19 * 100)
> == 119
> using REBOL/Core 2.5.5.2.4
>
> Thank you
>
> Will Arp
> [warp--reboot--ch]
>
--
-Jeff Smith
770-565-5462