Ankündigung: Alle nicht kommerziellen Projekte, die vor dem 15. April 2025 für die Nutzung der Earth Engine registriert wurden, müssen die Berechtigung zur nicht kommerziellen Nutzung bestätigen, um weiterhin auf die Earth Engine zugreifen zu können.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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"]]