[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 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"]]