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 Binominal calculate.cpp to guidelines #2464

Closed
wants to merge 12 commits into from

Commits on May 17, 2023

  1. Binominal calculate clean up

    FIX: altered the structure of if else if statements to have guard clauses first before main functionality, added brackets to make calculation steps more clear (Following BODMAS), updated namespaces used in file, removed unneeded user input code
    CHORE: Added explanations and other documentation
    ewd00010 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    d63786e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Update math/binomial_calculate.cpp

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

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

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

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

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

Commits on May 30, 2023

  1. Update binomial_calculate.cpp

    added latex, changed namespace back to binomial
    ewd00010 committed May 30, 2023
    Configuration menu
    Copy the full SHA
    619ba66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d397b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ca7bfb View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. re-added math namespace

    ewd00010 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    619ec38 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. fixed math namespace doc

    I thought to do this before but forgot to actually do it, whoops!
    ewd00010 authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    ad8c7ec View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Update math/binomial_calculate.cpp

    Co-authored-by: David Leal <[email protected]>
    ewd00010 and Panquesito7 authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    f8955b8 View commit details
    Browse the repository at this point in the history