Everything you need to know about FooPlot function plotter
x^2 for a parabola)+, -, *, /, ^ (or ** for exponentiation)sin(x), cos(x), tan(x), tg(x), cot(x), ctg(x)asin(x), arcsin(x), acos(x), arccos(x), atan(x), arctan(x)log(x), log10(x), ln(x), log2(x), log_n(x)sqrt(x), abs(x), exp(x), floor(x), ceil(x)pi, elog(x) or log10(x) - base 10 logarithmln(x) - natural logarithm (base e)log2(x) - base 2 logarithmlog_3(x), log_5(x) - custom base logarithmslog_n(x).
tg(x) for tangent (in addition to tan(x))ctg(x) for cotangent (in addition to cot(x))arcsin(x), arccos(x), arctg(x) for inverse trigonometric functionslg(x) for base 10 logarithm* explicitly (write 2*x, not 2x)x for 2D, x,y for 3D, theta for polar, t for parametricsqrt(x) for x ≥ 0)x = cos(t), y = sin(t) creates a circle.
sqrt(x) or log(x) have limited domains1/x or tan(x) have vertical asymptotes