-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
The divide by zero feature is completely missing in the divide function.
contributor-onboarding/src/utils.py
Lines 33 to 44 in 6169c8d
| def divide(a: float, b: float) -> float: | |
| ''' | |
| ... | |
| Args: | |
| a: float the number to be divided | |
| b: float the divisor | |
| Returns: | |
| float | |
| ''' | |
| return a / b |
Metadata
Metadata
Assignees
Labels
No labels