print
(
"Hello BaCON from Lua!"
)
function
f(x, y)
return
(x^
2
*
math.sin
(y))/(
1
-x)
--return 42
end