Ankündigung: Alle nicht kommerziellen Projekte, die vor dem 15. April 2025 für die Nutzung der Earth Engine registriert wurden, müssen die Berechtigung zur nicht kommerziellen Nutzung bestätigen, um weiterhin auf die Earth Engine zugreifen zu können.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["`Number.atan()` calculates the arctangent of a given input number in radians."],["The input to `Number.atan()` is a single number, and the function returns the arctangent of that number."],["The arctangent is the inverse of the tangent function, meaning it returns the angle whose tangent is the input value."],["The function provides accurate calculations across a wide range of input values, including large positive and negative numbers, as well as zero."]]],["The `atan()` function calculates the arctangent of a given number in radians. It accepts a numerical input and returns the corresponding arctangent value as a number. The function is demonstrated with examples using inputs of -1e13, -1, 0, 1, and 1e13, showcasing the output range from -π/2 to π/2. The code examples show implementation for JavaScript and Python, where the method is called on an input number, `Number.atan()` or `ee.Number().atan()`.\n"]]