I need to do a SquareRoot √ calculation using code expression but every time I check the code it says "method not found".
any recommendations will be greatly appreciated
I need to do a SquareRoot √ calculation using code expression but every time I check the code it says "method not found".
any recommendations will be greatly appreciated
tried the two methods:
var1*sqrt(var2*var1) then it says "Method not Found"
var1√var2*var3 then it does nothing