fun square(n): n * n end
fun f(x, y):
(333.75 * num-expt(y, 6))
+
(square(x)
*
((11 * square(x) * square(y))
-
num-expt(y, 6)
-
(121 * num-expt(y, 4))
-
2))
+
(5.5 * num-expt(y, 8))
+
(x / (2 * y))
end
v = f(77617, 33096)
I may have transcribed this incorrectly.