INT does not round negative numbers down
I'm trying out Zoho to see if I can use it as a replacement for Google Docs.
In trying to use the INT function to round all numbers down; it is rounding negative numbers up. The example shown in the documentation:
https://sheet.zoho.com/functions#INT does not work. (It rounds -1.3 to -1 instead of -2.) This is breaking compatibility with another spreadsheet I'm trying to migrate over.
Thanks!