pkg_test_dprohe.core.core_1.add

Contents

pkg_test_dprohe.core.core_1.add#

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

Adds two values together

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

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

Returns:

sum – The addition of the two values

Return type:

float | int | complex