ee.Image.sinh
Computes the hyperbolic sine of the input.
Usage | Returns |
---|
Image.sinh() | Image |
Argument | Type | Details |
---|
this: value | Image | The image to which the operation is applied. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["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"]]