What are the twelve basic functions?

1 Answer
Apr 27, 2015
  1. Identity: f(x) = xf(x)=x
  2. Square: f(x) = x^2f(x)=x2
  3. Cube: f(x) = x^3f(x)=x3
  4. Reciprocal: f(x)=1/x = x^(-1)f(x)=1x=x1
  5. Square Root: f(x) = sqrt(x) = x^(1/2)f(x)=x=x12
  6. Exponential: f(x) = e^xf(x)=ex
  7. Logarithmic: f(x) = ln(x)f(x)=ln(x)
  8. Logistic: f(x) = 1/(1+e^(-x))f(x)=11+ex
  9. Sine: f(x) = sin(x)f(x)=sin(x)
  10. Cosine: f(x)=cos(x)f(x)=cos(x)
  11. Absolute Value: f(x) = abs(x)f(x)=|x|
  12. Integer Step: f(x)= "int"(x)f(x)=int(x)