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

Added improved LosslessStringConvertible init() with "^=" bug fix. #261

Closed
wants to merge 4 commits into from

Commits on Apr 18, 2023

  1. Added improved LosslessStringConvertible init() with order of magnitu…

    …de faster performance.
    
    Removed unnecessary _digits and _digitRadix.
    Fixed a cut/paste problem in "^=" function.
    Added test cases for string conversion performance and logical operation tests.
    mgriebling committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d73aef0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Fixed a negate() corner case issue where a negative integer was turne…

    …d into a negative.
    
    Fixed division/remainder signs after a multi-word division.
    mgriebling committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    4009679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e55107 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67b17c2 View commit details
    Browse the repository at this point in the history