Log and exp functions
-
Are there plans to add log (or ln) and exp functions? I was going to use them last night and was surprised by their absence.
Cheers,
Malcolm -
The pow() function can be used for getting exp, if you supply value of e as the base.
-
@Nisse5 Thanks. I actually just used pow to compute the kth root as a scaling factor, so pow was all I needed.