Exemplo n.º 1
0
 def f(a, b):
   return math.sum(math.sqrt(math.exp(a)) + b)
Exemplo n.º 2
0
 def f(a, b):
   return array_methods.sum(math.sqrt(math.exp(a)) + b)