Library of functions Flashcards
1
Q
A
Constant
y = c
2
Q
A
Identity
y = x
3
Q
A
Quadratic
y = x^2
4
Q
A
Cubic
y = x^3
5
Q
A
Absolute value
y = abs(x)
6
Q
A
Square root
y = square root of x
7
Q
A
Reciprocal
y = 1/x
8
Q
A
Greatest integer
y = int(x)
9
Q
A
Exponential
y = a^x
10
Q
A
Natural logarithm
y = lnx
11
Q
A
Sine Function
y = sin(x)
12
Q
A
Cosine function
y = cos(x)
13
Q
A
Logistic function
y = 1/(1+e^(-x))