Skip to content
Snippets Groups Projects
core.py 55 B
Newer Older
def div(a: float, b: float) -> float:
    return a / b