divide# method SampleService.divide(num: int | float, den: int | float) → int | float[source]# Divides the first argument by the second. Parameters: numNumberThe numerator. denNumberThe denominator. Returns: respNumberThe result of the division.