NumberAccessor# class geetools.ee_number.NumberAccessor(obj)# toolbox for the ee.Number class. Initialize the Number class. Parameters: obj (ee.Number) Methods# isClose(other[, tol]) Check if a number is close to another number. truncate([nbDecimals]) Truncate a number to a given number of decimals.