Google sheets scripts
Example:
Varxx = Math.floor(3.4)//works with JavaScript Math methodVarxx = INT(3.4)// Does not work ...
ReferenceError: "INT" is not defined.
I would like access to the other functions that are available in Google sheets, so how to make approach 2. work? Or what primer/tutorial should I be reading?