تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["`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"]]