An open API service indexing awesome lists of open source software.

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

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.