Magic

Magic

190k Downloads

Numbers after dots

vajuvung opened this issue · 2 comments

commented

is possible to uhm... idk how to call it but is possible to remove numbers after dots?
obraz

commented

You should be able to use floor() or ceil() for that. Like try

floor(x * 10) / 10
commented

Thanks!