is this accurate?in regards to a bug posted in another thread im wondering if is a more accurate function,like trunc maybe?
> int sfall_func1("floor2", int/float value)
- works just like vanilla floor function, but returns correct integers for negative values
- vanilla floor function works exactly the same as ceil for negative values, much like trunc in C/C++