Pass one function into another. sqrt(f) builds a new function x → sqrt(f(x)). Works for every pure scalar unary — sqrt, sin, ln, exp, abs, floor, ...
sqrt(f)
x → sqrt(f(x))
Remix "Function Composition" into your own editable copy — tweak it, share it, make it yours.