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 nth root function to sdk.Decimal type #5447

Merged
merged 17 commits into from
Jan 4, 2020
Merged

Commits on Dec 24, 2019

  1. in progress:

    sunnya97 committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    54f6997 View commit details
    Browse the repository at this point in the history
  2. find nth root of sdk.Dec

    sunnya97 committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    b9c341e View commit details
    Browse the repository at this point in the history
  3. remove print statements

    sunnya97 committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    60c3482 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2019

  1. initial guess as 1

    sunnya97 committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    82b0ee9 View commit details
    Browse the repository at this point in the history
  2. added error handling

    sunnya97 committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    b0b39ec View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Update types/decimal_test.go

    Co-Authored-By: Kevin Davis <karzak@users.noreply.github.com>
    sunnya97 and karzak committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    b59d999 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Configuration menu
    Copy the full SHA
    50d5109 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Apply suggestions from code review

    Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    sunnya97 and fedekunze committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    fd6631a View commit details
    Browse the repository at this point in the history
  2. added uint test

    sunnya97 committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    dce3a41 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Configuration menu
    Copy the full SHA
    eff4180 View commit details
    Browse the repository at this point in the history
  2. Update types/int.go

    Co-Authored-By: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
    fedekunze and alexanderbez committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    e28947e View commit details
    Browse the repository at this point in the history
  3. fix golint

    sunnya97 committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    eba88f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Update types/int.go

    alexanderbez committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    eb03990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2efc9e5 View commit details
    Browse the repository at this point in the history
  3. CHANGELOG

    sunnya97 committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    609779b View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. Configuration menu
    Copy the full SHA
    57ca1b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5afa91 View commit details
    Browse the repository at this point in the history