Math CHOP - round precision / decimal points

Hi, is there a way in the math CHOP when using ‘round’ to specify the number of decimal points? Some AI tools are suggesting there is a parameter called ‘precision’ but I do not see this in the op or documentation.

Is there another way to specify decimal points in CHOPs?

Pretty sure you can do this with the limit CHOP
IIRC…quantize value = round & value step = 0.001 (3 decimal places)

1 Like

That does indeed work - thankyou