Skip to content

Feature Missing :- Divide by Zero case missing in divide function #4

@Krishnendu-Bose

Description

@Krishnendu-Bose

The divide by zero feature is completely missing in the divide function.

def divide(a: float, b: float) -> float:
'''
...
Args:
a: float the number to be divided
b: float the divisor
Returns:
float
'''
return a / b
--(url)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions