coremathMultiplyVersion: 2.11On this pageMultiply Multiplies 2 numbers. Description Performs a multiplication operation between the 2 numbers passed as arguments. Inputs a (Number): First operand. b (Number): Second operand. Outputs a*b (Number): The result of the multiplication.