Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.

What is the difference between this modulo implementation and Python's builtin? #12

@TheTechRobo

Description

@TheTechRobo

In python you can do modulo like: number1 % number2. The first number doesn't have to be bigger than the second number.

What is the difference between the typical implementation (python's default) and this implementation? Why does this implementation require the first number to be bigger?

(mentions: @lewiswatson55, @Shankhalika)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions