smpl.functions.cos

smpl.functions.cos(x, a, f, phi)[source]

cos(x,a,f,phi) = acos(2πf(ϕ+x))

>>> from smpl.functions import cos
>>> from smpl import plot
>>> plot.function(cos,3,0.02,3,xmin=-5,xmax=5)

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

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