[[["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."],[[["Computes the hyperbolic sine of the input image, pixel by pixel."],["Returns a new image with the result of the hyperbolic sine operation."],["The operation is applied to the \"this\" image provided as input."]]],["The `sinh()` function calculates the hyperbolic sine of an input image. It operates on an image (`value`) and returns a new image containing the hyperbolic sine values. The function's core action is to apply the hyperbolic sine transformation to each pixel of the input image. The operation doesn't accept parameters and directly process the input image, producing an output image with the results.\n"]]