vajuvung opened this issue 2 years ago · 2 comments
is possible to uhm... idk how to call it but is possible to remove numbers after dots?
You should be able to use floor() or ceil() for that. Like try
floor(x * 10) / 10
Thanks!