def f(a, b): return math.sum(math.sqrt(math.exp(a)) + b)
def f(a, b): return array_methods.sum(math.sqrt(math.exp(a)) + b)