Table of Contents
Input any of the following functions or their combination to plot a interactive graph
plot $x^n$ or $a^x$, please input: $Math.pow(base, exponent)$
plot $log_b^x$, $log10(x)$, $log2(x)$,$log(x)$, please input : $Math.log(x,b)$, logarithm to arbitrary base b,10,2,e
plot $sinh(x)$, $cosh(x)$ input : $Math.sinh(x),Math.cosh(x)$, sine, cosine,hyperbolicus of x.
plot $abs(x),sin(x),cos(x),tan(x),acos(x),asin(x),atan(x),exp(x),sqrt(x),…Math.*$
Like this:
Like Loading...