[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Conversion decimal into fractional



> I made another change for small numbers:

Again, thanks for the lesson. Just one tiny little detail:

loop {
			mediant = [lower[0] + upper[0], lower[1] + upper[1]].postln;

the postln is still there for debugging, very didactic but not useful for
working. Maybe you already took it.

Regards,

js