[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 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"]]