Code Examples
A repository of 155 code examples for BeepBeep
|
Creates a compound function (a FunctionTree) that checks if a number lies between two fixed bounds. 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 fixed bounds.
In this example, the bounds of the interval are fixed in advance; more precisely, we evaluate if a number is between 0 and 2. You may also want to look at the Interval example, where the bounds of the interval are replaced by variables.
Definition at line 40 of file FixedInterval.java.