Announcement: All noncommercial projects registered to use Earth Engine before 
April 15, 2025 must 
verify noncommercial eligibility to maintain access. If you have not verified by September 26, 2025, your access may be on hold.
        
 
       
     
  
  
  
  
  
    
      ee.Image.sinh
    
    
      
    
    
      
      Stay organized with collections
    
    
      
      Save and categorize content based on your preferences.
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
  
  
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."],[],["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"]]