[[["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."],[[["`Array.atan()` calculates the element-wise arctangent (in radians) of an input array."],["The function accepts an array as input and returns an array of the same size with the computed arctangent values."],["Results are within the range of -π/2 to π/2 radians."],["This function can be effectively visualized using charts for understanding the relationship between input values and their corresponding arctangent."]]],["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"]]