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
------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to