تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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 بهوقت ساعت هماهنگ جهانی."],[[["`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"]]