Hi Tim,
I know iceil() and ifloor(),
they work consistently and according to the documentation.
However, for ceil() and floor() the documentation says:
- ceil(x[, digits[,
base]]) → FloatingPoint¶
- floor(x[, digits[,
base]]) → FloatingPoint¶
An integer return type is clearly not a FloatingPoint,
so either the documentation is wrong,
or (as I suspect) this is not the intended behaviour.
Gabor