Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. double f(int x)
  2. {
  3. return (pow(x, -6) - 15 * pow(x, -3)) / (5 - pow(x, -3)) + pow(((pow(x, -3) - 9) / 25 - pow(x, -6)), -1)*((pow(x, -3) / pow(x, -3) - 5) - 4 * pow(x, -3) / (pow(x, -6) - 10 * pow(x, -3) + 25));
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement