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

Additional conditionals from math trig #1885

Merged
merged 10 commits into from Feb 28, 2021

Commits on Feb 27, 2021

  1. Rename a couple of methods for clarity of purpose

    MarkBaker committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    86f721c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Use our new Conditional logic to implement the SUMIF() and SUMIFS() M…

    …athematical functions
    MarkBaker committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    3754380 View commit details
    Browse the repository at this point in the history
  2. Small code rationalisation, and more unit tests

    MarkBaker committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    d651c35 View commit details
    Browse the repository at this point in the history
  3. Fix typo in unit test result

    MarkBaker committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    202661e View commit details
    Browse the repository at this point in the history
  4. Order of arguments

    MarkBaker committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    73caf33 View commit details
    Browse the repository at this point in the history
  5. Docblock fixes

    MarkBaker committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    b16a3d4 View commit details
    Browse the repository at this point in the history
  6. Additional unit tests for empty argument values

    MarkBaker committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    bda0c62 View commit details
    Browse the repository at this point in the history
  7. Style fix

    MarkBaker committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    8a1172f View commit details
    Browse the repository at this point in the history
  8. Minor issue resolution

    MarkBaker committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    9d2a480 View commit details
    Browse the repository at this point in the history
  9. Style fix

    MarkBaker committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    dceaad9 View commit details
    Browse the repository at this point in the history