high School⏱ 3 min
Composition of Functions
How f(g(x)) chains two functions
○Not Started
Input
x = 1.50
g(x)
g(x) = sin(x)
0.9975
f(g(x))
f(x) = x²
0.9950
g(x)
f(x)
How f(g(x)) chains two functions
Input
x = 1.50
g(x) = sin(x)
0.9975
f(x) = x²
0.9950
g(x)
f(x)