Code Examples
A repository of 155 code examples for BeepBeep
|
Use an StreamVariable and a FunctionTree to create the polynomial function x2+3. More...
Public Member Functions | |
Function | getFunction () |
Static Public Member Functions | |
static void | main (String[] args) throws FunctionException |
Use an StreamVariable and a FunctionTree to create the polynomial function x2+3.
Definition at line 34 of file Polynomial.java.