Topic: function log

how do I change the base of my function log from 10 to any other number?

Re: function log

You can use logb(x, 3) to plot the logarithm of x with base 3.
See also https://www.padowan.dk/doc/english/Powe … .html#logb