Say i have a number 111.111111

I want to round the number to 2 dp (its an ever changing number)

so it will be 111.11


I tried $bytes(operation,b) but that just rounds it up or down depending on the number and leaves no remainder..

ty for help laugh