ft-290008buchok / Math-Plotter

Plotting curves and functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Math-Plotter

Usage

The expression can contain only latin characters "x", "y", digits, separating dot for real numbers ".", signs "+", "-", "*", "/", parentheses "(", ") ", the sign of exponentiation "^" (an expression of the form x^y should be taken in parentheses (x^y)), sign equals "=" and designations of standard trigonometric functions sin, cos, tg, ctg. The expression must not contain spaces.
You can zoom the graph with the mouse wheel.
For example, the graph of the equation (x^4) + (y^4) = (x^2) + y * sin(x), built in this program, will look like this.

Download release for windows

direct download link
link to the release

About

Plotting curves and functions

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%