I made this google script:
function quadrato(input) {
return POW(input,2);
}
I entered a call to my "quadrato" function in a sheet, but the sheet gave me this error:
ReferenceError: "POW" non definito. (riga 2).
sheet calling my script function "quadrato"
Instead "POW" is a referenceable function from sheets, as you can see in this iimage:
