133k views
0 votes
Refer to the qestion below EXPLAIN (f * g * h) (x)

Refer to the qestion below EXPLAIN (f * g * h) (x)-example-1
User Keiter
by
8.9k points

1 Answer

1 vote
It's a notation for a function in a function in a function... (f ° g)(x) means f(g(x))
So you use h(x) as x in g(x) then g(x) as x in f(x).

Should get C for an answer.
User Clockworknet
by
8.6k points

Related questions