Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до 15 апреля 2025 года, должны подтвердить некоммерческое право на сохранение доступа к Earth Engine.
[[["Прост для понимания","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-24 UTC."],[[["`Image.tanh()` calculates the element-wise hyperbolic tangent of an image."],["It takes an image as input and returns a new image with the hyperbolic tangent applied to each pixel value."],["This operation is performed using the formula: tanh(x) = (e^x - e^-x) / (e^x + e^-x)."]]],["The `tanh()` function computes the hyperbolic tangent of an image. It takes an `Image` as input (`value`), to which the operation is applied. The function then returns a new `Image` containing the computed hyperbolic tangent values. No additional arguments are needed beyond the input image.\n"]]