addFunction method
Adds a mathematical function to the list of functions to be drawn on the graph.
Implementation
void addFunction(GraphFunction function) {
graph.functions.add(function);
}
Adds a mathematical function to the list of functions to be drawn on the graph.
void addFunction(GraphFunction function) {
graph.functions.add(function);
}