[[["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.max\n\nReturns the maximum of two numbers.\n\nIf both numbers are integers, returns an integer; otherwise, a\nfloating-point number.\n\nArguments\n---------\n\nRaised exceptions\n-----------------\n\nExamples\n--------\n\n```yaml\n# Return maximum of two numbers\n# For example, returns `123` \n- returnStep:\n return: ${math.max(123,-456.7)}\n```"]]