modulo-operation

There are 7 repositories under modulo-operation topic.

  • pub-calculator-io/modulo-calculator

    Free WordPress Plugin: The modulo calculator finds the remainder of the division of two rational/irrational positive/negative numbers. You can also find out how to find modulus manually. www.calculator.io/modulo-calculator/

    Language:JavaScript700
  • jermp/bench_hash_functions

    Speed test of hash functions in C++.

    Language:C++6302
  • MAZ01001/Math-Js

    some math-related js classes and possibly more

    Language:JavaScript4100
  • nosehad/Modulo

    A non recursive modulo calculator for large potencies.

    Language:C1100
  • bharati-21/is-your-birthday-lucky

    An application that takes the birthday and a lucky number of the user to tell if their birth date is lucky or not!

    Language:CSS
  • Christopher-Deo/leap-year-check

    Python script to determine if a user supplied year is a leap year. Logic accepts a numerical input and uses mathematical calculations and nested conditionals to determine if the year is a leap year.

    Language:Python10
  • lukegor/FastModularExponentiation

    This C# program efficiently calculates "a^b mod  n" using fast modular exponentiation algorithm. Ideal for cryptography and large number computations.

    Language:C#