4 messages · Page 1 of 1 (latest)
(f ○ g)(5) means f(g(5))
so like the usual f(x) but replacing the x with g(5)
so for example if f(x) = x²+x+1 then f(g(5)) = [g(5)]²+g(5)+1