Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:fit binary-exponent.cpp to guidelines #2463

Closed
wants to merge 16 commits into from

Commits on May 16, 2023

  1. Quality of life Update

    FIX: added checking for negative exponents to both functions. Removed user interaction and repalced with tests function.
    
    CHORE: added author, reformatted function documentation, added descriptions of what is happening in each algo and adhered to other repo standards
    ewd00010 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    b837b84 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Update binary_exponent.cpp

    ewd00010 authored May 18, 2023
    Configuration menu
    Copy the full SHA
    033b885 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Update math/binary_exponent.cpp

    Co-authored-by: realstealthninja <[email protected]>
    ewd00010 and realstealthninja authored May 23, 2023
    Configuration menu
    Copy the full SHA
    8198035 View commit details
    Browse the repository at this point in the history
  2. Update math/binary_exponent.cpp

    Co-authored-by: realstealthninja <[email protected]>
    ewd00010 and realstealthninja authored May 23, 2023
    Configuration menu
    Copy the full SHA
    2e3313a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Update math/binary_exponent.cpp

    Co-authored-by: David Leal <[email protected]>
    ewd00010 and Panquesito7 authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    e99f5e5 View commit details
    Browse the repository at this point in the history
  2. Update math/binary_exponent.cpp

    Co-authored-by: David Leal <[email protected]>
    ewd00010 and Panquesito7 authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    bcc9d7d View commit details
    Browse the repository at this point in the history
  3. Update math/binary_exponent.cpp

    Co-authored-by: David Leal <[email protected]>
    ewd00010 and Panquesito7 authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    2602835 View commit details
    Browse the repository at this point in the history
  4. change long long to (u)int64_t

    also one or two small wording changes
    ewd00010 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    08d9554 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    c1bea3c View commit details
    Browse the repository at this point in the history
  2. removed checking for < 0

    ewd00010 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    4bae829 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. multiple changes

    new assert test, new guard clauses ( now in both functions ), binary shift now in iterative function instead of /=2, base numbers can now be negative (exponents still unsigned if that's ok?)
    ewd00010 authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    324520e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Update math/binary_exponent.cpp

    Co-authored-by: David Leal <[email protected]>
    ewd00010 and Panquesito7 authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    c9ae29d View commit details
    Browse the repository at this point in the history
  2. Update binary_exponent.cpp

    small fix to assert test
    ewd00010 authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    7673a20 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    1d93f76 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    4de0cbe View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    b672b61 View commit details
    Browse the repository at this point in the history