[[["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."],[[["`Image.tan()` calculates the tangent of pixel values within an image, assuming the values represent angles in radians."],["The function operates directly on an image, returning a modified copy with the tangent applied to each pixel's value."],["This method is useful for mathematical image manipulation and potentially specific image processing techniques where tangent calculations on pixel values are required."]]],["The `tan()` function calculates the tangent of an image's pixel values, which are assumed to be in radians. It operates on an `Image` object and returns a new `Image` where each pixel's value represents the tangent of the corresponding input pixel. The function takes the input image as an argument (`this: value`).\n"]]