if you really want to round the number itself to 2 digits after the comma you can do: *input* -> [* 100] -> [expr round($f1)] -> [* 0.01] -> *output* if you just want to limit the precision for printing purposes, you can do: *input* -> [makefilename %.2f] -> *output* (see http://www.cplusplus.com/reference/cstdio/printf/)
Christof Gesendet: Dienstag, 31. Juli 2018 um 20:35 Uhr Von: "Csaba Láng" <[email protected]> An: Pd-List <[email protected]> Betreff: [PD] decimal fraction limit Dear list, how can one limit the amount of digits of the decimal fraction in the number object? To have instead of 33.3333 only 2 digits after the colon 33.33. Sorry for the newbie Q, Popesz_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
