Explain this to me
Explain this to me
Out of context: Reply #8
- Started
- Last post
- 16 Responses
- ********0
x is a variable. it can represent any number you choose.
f is a function.
f(x) is a function which takes x as it's main parameter.
1/x is short hand for saying 1 divided by x.