Code Examples
A repository of 155 code examples for BeepBeep
|
Creates a compound function (a FunctionTree) that checks if a number lies between two other numbers. More...
Static Public Member Functions | |
static void | main (String[] args) throws FunctionException |
Creates a compound function (a FunctionTree) that checks if a number lies between two other numbers.
This example is identical to FixedInterval, except that the bounds of the interval are variables.
Definition at line 37 of file Interval.java.