coremathMinVersion: NextOn this pageMin Returns the smallest of 2 numbers. Description Compares 2 numbers and returns the smallest one. Inputs a (Number): First operand. b (Number): Second operand. Outputs Min(a,b) (Number): The smallest of the 2 operands.