pkg_test_dprohe.core.core_2.multiply

Contents

pkg_test_dprohe.core.core_2.multiply#

pkg_test_dprohe.core.core_2.multiply(val_1: float | int | complex, val_2: float | int | complex)[source]#

Multiplies two values together

Parameters:
  • val_1 (float | int | complex) – The first value

  • val_2 (float | int | complex) – The second value

Returns:

product – The multiplication of the two values

Return type:

float | int | complex