smpl.functions.log

smpl.functions.log(x, c, y_0)[source]

log(x,c,y_0) = \(y_{0} \log{\left(c x \right)}\)

>>> from smpl.functions import log
>>> from smpl import plot
>>> plot.function(log,0.5,4,xmin=0.1,xmax=5)

(Source code, png, hires.png, pdf)

../_images/smpl-functions-log-1.png