[[["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."],[[["Computes the natural logarithm of each element in an input array."],["Returns an array with the same dimensions as the input array, containing the calculated logarithms."],["Usage involves calling the `.log()` method on an Earth Engine `Array` object."]]],["The `Array.log()` function computes the natural logarithm of each element within an input array. It accepts an array as input and returns a new array containing the natural logarithm of each corresponding element. Example usage demonstrates calculating the logarithm of `[e^-1, 1, e]` resulting in `[-1, 0, 1]`. The function's application is further visualized via charts that display the calculated logarithmic values against a range of input values.\n"]]