|
From: Mark B. <ma...@gm...> - 2014-03-31 15:06:06
|
I expected that floor(x) would return an integer especially since the docs state: Return the floor of the input, element-wise. The floor of the scalar `x` is the largest integer `i`, such that `i <= x`. It is often denoted as :math:`\lfloor x \rfloor`. Any reason why it returns a float? Bug/feature? Thanks, Mark |