def cbrt(x):
     return nd.cbrt(x)
Ejemplo n.º 2
0
 def grad_grad_op(x):
     return 4 / (9 * nd.cbrt(x**7))