[[["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 2023-10-06 UTC."],[[["This function calculates the cosine of a given input value in radians, returning the result as a number."],["It accepts a single argument, the input value, which should be a number representing the angle in radians."],["Examples demonstrate its usage in JavaScript and Python, including converting degrees to radians for input."],["The function is accessible within Earth Engine code editor, Python, and Colab environments."]]],["The `cos()` method computes the cosine of a numerical input, which must be in radians. It returns a numerical value representing the cosine. Input angles can be provided directly in radians or converted from degrees using the formula: `degrees * (π/180)`. The provided examples illustrate using `cos()` with values like 0, π/2, and π, and demonstrates calculating the cosine of 45 degrees after converting it to radians.\n"]]