>From:  Benno Senoner <[EMAIL PROTECTED]>
>
>The envelopes have to be very efficient and using math does not make sense
>to me ( are you really thinking about calculating y=exp(x) at every iteration
>??)

exp(x) can be approximated but floating processor may already do fast job,
I have not tested. And yes, because memory access is quite slow, it would
be more efficient to compute the approximations -- but I'm not expert in
optimization. Somebody should verify.

Juhana

Reply via email to