The app stores the data in a database of type SQLit. The application has localization in Bulgarian and English
The app has function “Export data for print” writes data from a list of full numerical approximations and rounded approximations of the roots in a EquationRoots.txt file and display a dialog for choosing a storage option locally in Phonstorage on the device where the application is appended.
The app has function to show the meaning of the polynomial in points and showing graph of roots i complex plan
Individual coefficients of equation can be represent as Java Script arithmetic expressions of constants. For calculating them, the "Eval JS" button is pressed repeatedly (one click for each arithmetic expression, i.e. for all 6 coefficients 6 times the button is pressed,followed by another scan of expressions ). After calculating the arithmetic expression, its value is visualized at its place as a coefficient of equation. The permissible arithmetic operators are: plus (+), minus (-), multiplication (*), dсvision (/), Math .. Here is an example of a valid arithmetic expression: (7.8934 + 0.99876) * Math.PI which has a value of 27.9354 .
stores and processes the data of many equations with real coefficients
individual coefficients of equation can be represent as Java Script arithmetic expressions of constants
numerically find approximations to the roots of a equation
applies the Newton method or Durand-Kerner-Weierstrass method to determine the roots of a equation
show the meaning of the equation in points
showing graph of roots i complex plan
results data can be stored in a selected directory or sent over the Internet
can create and delete directories for save results data