Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del 15 aprile 2025 devono verificare l'idoneità non commerciale per mantenere l'accesso a Earth Engine.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-26 UTC."],[[["Calculates the hyperbolic tangent of each element in an input array."],["Returns a new array with the calculated hyperbolic tangent values."],["Accepts a single argument: the input array."],["Usable in both JavaScript and Python environments within Google Earth Engine."]]],["The core function is `Array.tanh()`, which calculates the hyperbolic tangent of each element in an input array. It accepts an array as input and returns a new array containing the element-wise hyperbolic tangent values. Example usages are demonstrated with inputs of -5, 0, and 5, showing outputs of approximately -1, 0, and 1, respectively. The code provides a visual plot of the function, illustrating the input values and the associated output from -5 to 5.\n"]]