 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
The 8 Basic or Parent Functions
|
| A | B |
| y = x^2 | Parabola |
| y = x^3 | Cubic |
| y = |x| | Absolute Value |
| y = sqrt(x) | Square Root |
| y = int(x) | Greatest Integer |
| y = 1/x | Reciprocal |
| y = ln x | Natural Log |
| y = e^x | Exponential |
|
| |