plot the graph for any function of x in a specific range
- java 11
- javafx
- Symja Library
- for e^x use ->exp(x)
- for log base 10 use -> log(x)
- for log base e use ln(x)
- for square root use -> sqrt(x)
- 2x -> 2*x
- the app supports trigonometric and hyperbolic functions
- use only round brackets ()
- make sure to close all braces