About DroidPlot
This app is going to help you in your studies about mathematics functions.
The language is like google's plot language, or gnuplot's language.
some scripts samples:
- x+1
- x**2
- x**5+7*x**2+20
- 2**(x+10)
- (x-1)/(x+2) ( asymptotes will be trated only if functions are inside parentheses )
- log(x)
- sqtr(x)
- abs(x)
- cos(x)
- sin(x)
- tan(x)
Constants :
- pi
- e