https://github.com/oxmarco/grapher
Mathematical function grapher with GUI and advanced options (scale, zoom in and out, multiple functions graph, function domain change) for Win32
https://github.com/oxmarco/grapher
executable grapher graphs mathematical-functions win32
Last synced: 2 months ago
JSON representation
Mathematical function grapher with GUI and advanced options (scale, zoom in and out, multiple functions graph, function domain change) for Win32
- Host: GitHub
- URL: https://github.com/oxmarco/grapher
- Owner: OxMarco
- License: gpl-2.0
- Created: 2015-06-27T08:40:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-09T20:52:36.000Z (over 8 years ago)
- Last Synced: 2025-03-28T23:51:14.636Z (3 months ago)
- Topics: executable, grapher, graphs, mathematical-functions, win32
- Language: C++
- Size: 1.61 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grapher
Mathematical function grapher with advanced options (scale, zoom in and out, multiple functions graph, function domain change) for Win32. Currently available in Italian only.## Features ##
It can graph up to five mathematical functions at the same time and it supports all the basic arithmetic operations and commonly used functions such as sin(x), cos(x), tan(x) and log(x).
Axis range and domain can be set through the menu, as well as export of functions.
Math expression parsing is provided thanks to _MuParser_ (http://beltoforion.de/article.php?a=muparser) linked ad a DLL.