pkg_test_dprohe.core.core_2.divide

Contents

pkg_test_dprohe.core.core_2.divide#

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

Divides two values together

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

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

Returns:

ratio – The division of the two values

Return type:

float | int | complex