pkg_test_dprohe.core.core_1.subtract

Contents

pkg_test_dprohe.core.core_1.subtract#

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

Subtracts two values together

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

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

Returns:

difference – The subtraction of the two values

Return type:

float | int | complex