Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- double f(int x)
- {
- 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));
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement