05-13-2022, 01:07 PM
(This post was last modified: 05-13-2022, 01:09 PM by TarotRedhand.)
They're similar but _FLOOR should return a floating point number. Also for negative numbers the results are different. Take -99.5 for example. INT would return -99 whereas a _FLOOR function would return -100.0. At least that is my understanding. Hint - I haven't tried this out, just did a quick read.
TR
TR