Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. curr_h = (D[ind] / 2) - (((1 + i * cmath.sqrt(3)) * cube_root(2 * cmath.sqrt(6) * cmath.sqrt(6 * V[ind] ** 2 - cmath.pi * D[ind] ** 3 * V[ind]) + cmath.pi * D[ind] ** 3 - 12 * V[ind])) / (4 * cube_root(cmath.pi))) - (((1 - i * cmath.sqrt(3)) * cube_root(cmath.pi) * D[ind] ** 2) / (4 * cube_root(2 * cmath.sqrt(6) * cmath.sqrt(6 * V[ind] ** 2 - cmath.pi * D[ind] ** 3 * V[ind]) + cmath.pi * D[ind] ** 3 - 12 * V[ind])))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement