I want to get the tan inverse of a function. The rest of the function works ok but as soon as I add the atan part I get error. I am now trying with a small expression
float a = Math.atan(1);
But still I get an error: syntax error, unexpected '('
I have also tried Opl.atan math.atan opl.atan but get the same error.