Files
Upsilon/app/plot.h
Felix Raimundo f334977c6a Nicer plot
Change-Id: I6f080a4c26ad8ce574661228a4d4b53632d2f870
2016-04-07 16:53:39 +02:00

8 lines
170 B
C

#ifndef APP_PLOT_H
#define APP_PLOT_H
// Note that currently the only variable is 'x'
void plot(Expression * e, float xMin, float xMax, float yMin, float yMax);
#endif