Elementwise function application.
apply(function, elements)
apply
Apply a function to each element of an iterable.
function (function) – Function to be applied.
elements (iterable) – Iterable over which to loop.