About Decimal Point on Floor

Floor(12.34) is 12.00.

Round(12.34) is 12.00.

I want Floor(12.34) to be “12”.

Yes! Would be nice if we have the option to add with or without decimal.

1 Like

Nice! feature requests convert float to int.

2 Likes

I think it would be nice to add a field to be able to input the number of decimal places you would like to use, where 0 is just the whole number… and then anything after that (most likely max of 3) would display that many decimal places.