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

Updated EXPM1() and Tests to New Engine #215

Merged
merged 20 commits into from
Feb 13, 2023
Merged

Commits on Feb 2, 2023

  1. Updated EXPM1() and tests to new engine

    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e2a6901 View commit details
    Browse the repository at this point in the history
  2. Added EXPM1 to PPL Parser

    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e357cdd View commit details
    Browse the repository at this point in the history
  3. Added documentation for EXPM1 PPL and fixed small mistake in EXP docu…

    …mentation
    
    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    c152a95 View commit details
    Browse the repository at this point in the history
  4. Added newline to fix code style issue

    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    b5ab93e View commit details
    Browse the repository at this point in the history
  5. removed unnecessary integration tests and fixed typo in another test

    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    2958c3e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Extracted common code from math functions into external function

    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    3c856a3 View commit details
    Browse the repository at this point in the history
  2. Added javadoc comment to new function

    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b1c9fde View commit details
    Browse the repository at this point in the history
  3. Improved Javadoc

    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    457a5a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Pulling changes from upstream

    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    f013e7d View commit details
    Browse the repository at this point in the history
  2. Added and improved EXPM1 tests, and improved documentation for CLI an…

    …d PPL
    
    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6d09e77 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Removed EXPM1 from PPL

    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    eecd489 View commit details
    Browse the repository at this point in the history
  2. Updated math base function to take any type and included more functio…

    …ns to use the base
    
    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    8b88d1c View commit details
    Browse the repository at this point in the history
  3. Made tiny change to documentation

    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7a028d4 View commit details
    Browse the repository at this point in the history
  4. reverted euler function to previous iteration as the one I made didn'…

    …t work
    
    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4574275 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. fixed typo in a comment that I made in a previous commit

    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    62cc771 View commit details
    Browse the repository at this point in the history
  2. fixed a mistake I made in fixing the typo from my last commit

    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    689a1dc View commit details
    Browse the repository at this point in the history
  3. Fixed spacing inconsistencies in math.rst file

    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    5a3b724 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. removed the base math function so that it can be pushed in a seperate…

    … pull request
    
    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    8042ebe View commit details
    Browse the repository at this point in the history
  2. Reverted reverted change that removes the refactoring as this will be…

    … done in one commit
    
    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    a74ae35 View commit details
    Browse the repository at this point in the history
  3. updated base function to have more descriptive variables

    Signed-off-by: Matthew Wells <matthew.wells@improving.com>
    matthewryanwells committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    e5a7001 View commit details
    Browse the repository at this point in the history