[PD] logarithmic calculation

Johannes Taelman Johannes.Taelman at rug.ac.be
Tue Mar 11 21:12:27 CET 2003


On Tue, 11 Mar 2003, oliver wrote:

> i'm looking for a way to do a logarithmic calculation with base "2" with
> pd-objects.

log2(x) = log(x)/log(2)

so you can do

 |
[log]
 |
[* 1.4427]    (1/log(2))
 |

or "expr"ess this.

 j#|@




More information about the Pd-list mailing list