Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.Image.tan
Stay organized with collections
Save and categorize content based on your preferences.
Computes the tangent of the input in radians.
Usage | Returns | Image.tan() | 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."],[[["\u003cp\u003e\u003ccode\u003eImage.tan()\u003c/code\u003e calculates the tangent of pixel values within an image, assuming the values represent angles in radians.\u003c/p\u003e\n"],["\u003cp\u003eThe function operates directly on an image, returning a modified copy with the tangent applied to each pixel's value.\u003c/p\u003e\n"],["\u003cp\u003eThis method is useful for mathematical image manipulation and potentially specific image processing techniques where tangent calculations on pixel values are required.\u003c/p\u003e\n"]]],["The `tan()` function calculates the tangent of an image's pixel values, which are assumed to be in radians. It operates on an `Image` object and returns a new `Image` where each pixel's value represents the tangent of the corresponding input pixel. The function takes the input image as an argument (`this: value`).\n"],null,["# ee.Image.tan\n\nComputes the tangent of the input in radians.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------|---------|\n| Image.tan`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|----------------------------------------------|\n| this: `value` | Image | The image to which the operation is applied. |"]]