[PD] decimal fraction limit

Christof Ressi christof.ressi at gmx.at
Tue Jul 31 22:01:44 CEST 2018


> both solutions are the same

well, not quite ;-) the first one will give you a number, the second will give you a symbol.

Christof

Gesendet: Dienstag, 31. Juli 2018 um 21:58 Uhr
Von: "Csaba Láng" <langcsaba at gmail.com>
An: Pd-List <pd-list at lists.iem.at>
Betreff: Re: [PD] decimal fraction limit

Gents,
 
both solutions are the same and the same perfectly works.
Thanks, no more newbie questions, just expressions.
Best,
Popesz 

On Tue, Jul 31, 2018 at 9:25 PM Christof Ressi <christof.ressi at gmx.at[mailto:christof.ressi at gmx.at]> wrote: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/[http://www.cplusplus.com/reference/cstdio/printf/])

Christof
 

Gesendet: Dienstag, 31. Juli 2018 um 20:35 Uhr
Von: "Csaba Láng" <langcsaba at gmail.com[mailto:langcsaba at gmail.com]>
An: Pd-List <pd-list at lists.iem.at[mailto:pd-list at lists.iem.at]>
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_______________________________________________ Pd-list at lists.iem.at[mailto:Pd-list at lists.iem.at] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list[https://lists.puredata.info/listinfo/pd-list]_______________________________________________ Pd-list at lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list[https://lists.puredata.info/listinfo/pd-list]



More information about the Pd-list mailing list