Function Graph is a easy application to help you plot the graphs of the math formulas you develop.
Supports :
Basic functions : + - * / eg. (x*(x-1))/3
Square root : sqrt eg. sqrt(x-2)
Power : ^ eg. (x-1)^3
Factorial : ! eg. (x*3)!
Trig.(rad): sin, cos, tan atan eg. sin(x+1)
Trig.(deg): SIN, COS, TAN ATAN eg. TAN(x)
Logarithm : log, log10 eg