Using tinymath in TSVB to find remainder

Howdy!

I'm looking at trying to find the remainder of an integer with value after a decimal using the mod function in tinymath. I cannot for the life of me get it to work. I've tried 30 different ways of writing params.x% 1, given how all the other functions worked. Would mod(params.x, 1) work?
^i'm away from my stack right now and I only just thought of that way of writing it...

Hi @Kepernicus

you can use this formula: mod( params.x, 1)