hi all,
I have this math transformation: numbers from a to b becomes to numbers from c to d, where d goes exponential higher.
for example: I need to make [expr] object, and when I send 1 it outputs 1 when 10 output 1000
m*exp(n*$f1)
where
m=c^(b/(b-a))/d^(a/(b-a)), n=log(d/c)/(b-a)
this is the math but I don't know how to put it in [expr] object
can anyone help