ee.Image.asin
Computes the arcsine in radians of the input.
Usage | Returns |
---|
Image.asin() | 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 2024-09-19 UTC.
[null,null,["Last updated 2024-09-19 UTC."],[[["This operation calculates the arcsine of each pixel value within an image, returning a new image with the results."],["The input image's pixel values are interpreted as radians, and the resulting image will contain the corresponding arcsine values."],["`Image.asin()` is the function used to perform this arcsine calculation, directly applied to the input image."]]],[]]