In article <>,
Mike Delaney <> wrote:
>Does anyone have any suggestions on how to do Logs and Powers?
>Part of the design I'm working on has "log(1 + B^d)", and we're pretty
If this is the only log and power you need to do and if either "B" or "d"
is a constant, I'd be suggest trying to do the whole function in one go.
I'd be very tempted to come up with a function that is sort of close and
then use a Taylor series to fix it.
If "d" is the only variable, breaking it into 2 ranges, one for each sign
of "d" would be a natural thing to do.
--
--
forging knowledge