On 7/1/15, Peter wrote:
> Agree it would be nice to have a wider range for Floor & Ceil.
> I would suggest raising a bug report for this.
> Its not been fixed in trunk (as of this post).
Opened a ticket: http://bugs.freepascal.org/view.php?id=28370
Bart
_
On 30/03/15 18:56, Bart wrote:
> Hi,
>
> Floor and Ceil (math unit) only return integers.
> Should there be an overloaded one for Int64 as well?
>
> B = 111.000
> Trunc(B)= 111 [0002964619C7]
> Frac(B) = 0.10687255859
> Floor(B)
Hi,
Floor and Ceil (math unit) only return integers.
Should there be an overloaded one for Int64 as well?
B = 111.000
Trunc(B)= 111 [0002964619C7]
Frac(B) = 0.10687255859
Floor(B)= -1773790777 [964619C7] //expected: