Files
Upsilon/app/plot.h
Felix Raimundo efb35e184a Plot auto zooms.
Change-Id: I8c15f4265e098ff05fcddf3226409491913ae8e0
2016-04-08 13:43:57 +02:00

8 lines
146 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);
#endif