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