[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Function: math.abs\n\nReturns the absolute value of a number.\n\nArguments\n---------\n\nRaised exceptions\n-----------------\n\nExamples\n--------\n\n```yaml\n# Return absolute value of a number\n# For example, returns `123` \n- returnStep:\n return: ${math.abs(-123)}\n```"]]