FunctionsMath$absOn this page$abs Returns the absolute value of a number. Parameters ParameterDescriptionnumberThe number to process Example <AoiClient>.addCommand({ name: "absolute-value", code: ` $abs[-5.3] `,});