Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["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 2024-09-19 UTC."],[[["\u003cp\u003e\u003ccode\u003eArray.atan()\u003c/code\u003e calculates the element-wise arctangent (in radians) of an input array.\u003c/p\u003e\n"],["\u003cp\u003eThe function accepts an array as input and returns an array of the same size with the computed arctangent values.\u003c/p\u003e\n"],["\u003cp\u003eResults are within the range of -π/2 to π/2 radians.\u003c/p\u003e\n"],["\u003cp\u003eThis function can be effectively visualized using charts for understanding the relationship between input values and their corresponding arctangent.\u003c/p\u003e\n"]]],["The `Array.atan()` function computes the arctangent of each element within an input array. It returns a new array containing the arctangent values, expressed in radians. The input array is specified using `this: input`. Examples are provided demonstrating usage with different input values, such as -5, 0, and 5. Additionally, code examples in both JavaScript and Python showcase creating and plotting a sequence of points and their corresponding arctangent values using libraries to show graphical results.\n"],null,[]]