تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`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"]]