mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
8 lines
146 B
C
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
|