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

Development #132

Draft
wants to merge 16 commits into
base: Rel/2024-04-m1
Choose a base branch
from
Draft

Development #132

wants to merge 16 commits into from

Commits on Mar 28, 2024

  1. Integer only exponents

    Jsoto22 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2331393 View commit details
    Browse the repository at this point in the history
  2. Removed bitwise operations

    - Allows for any size Integer to be used as an exponent
    Jsoto22 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    47186c9 View commit details
    Browse the repository at this point in the history
  3. Suggested enhancement

    Adds 'Euclidean division' Modulus operation and simplifies Modulus Remainder sign logic. Unit tests added.
    Jsoto22 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    442febe View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Factional exponents for Powers; Roots added

    Implements support for fractional exponents in powers and integer only roots
    Jsoto22 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5f180ef View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Additional Updates

    Adds new features and updates REAMDME.md
    Todo: expand unit testing for new features.
    Jsoto22 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    23c9671 View commit details
    Browse the repository at this point in the history
  2. Public modulusE method

    Jsoto22 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e922bdf View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Fixes and additions

    - Fixed typing issues in BigDecimal validate
    - Removed deprecated substr functions
    - Added wrapper logic functions to compareTo
    - Fully implemented 'UNNECESSARY' rounding mode
    Jsoto22 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    71b0b08 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Jsoto22 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a393873 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    d1a6506 View commit details
    Browse the repository at this point in the history
  2. Added trailing 0s for divide by 0 with precision

    should close issue #57
    Jsoto22 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    78be210 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Jsoto22 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    8937880 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Minor patches and testing

    Jsoto22 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5830249 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Log and trig functions

    todo: Unit testing
    Jsoto22 committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    53de852 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Completed Trig functions

    - Bug fixes
    - Optimizations added
    Jsoto22 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fd49fdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1c1735 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Temp patch with updates

    Jsoto22 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f219a8e View commit details
    Browse the repository at this point in the history