Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: circuitpython/Jepler_CircuitPython_udecimal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.4
Choose a base ref
...
head repository: circuitpython/Jepler_CircuitPython_udecimal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.5
Choose a head ref
  • 10 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 14, 2022

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

Commits on Feb 15, 2022

  1. address requested changes

    3/2 pi rad is equal to -pi/2 rad
    other changes were caused by file editing issues. sorry about that.
    CedarGroveStudios authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    6424dcb View commit details
    Browse the repository at this point in the history
  2. update asin(-1) to equal -pi/2 rads to be consistent with `math.a…

    …sin`
    
    Also update acos example to reflect actual result rounded to 28 digits. Verified other examples, as well.
    CedarGroveStudios authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    5dbf417 View commit details
    Browse the repository at this point in the history
  3. change asin(-1) result to match math.asin(-1) = -pi/2 radians

    ```>>> math.asin(-1)
    -1.5708
    >>> Decimal.asin(-1)
    Decimal('-1.570796326794896619231321692')```
    
    also updated `acos` example; verified other examples, as well
    CedarGroveStudios authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    4f5be4b View commit details
    Browse the repository at this point in the history
  4. fix for pylint

    jepler committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    c98ad66 View commit details
    Browse the repository at this point in the history
  5. Add more test cases

    jepler committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    8d87dd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0526762 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #8 from CedarGroveStudios/patch-1

    Hardwire return values for domain limits of `arcsin` and `arccos`
    jepler authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    251c846 View commit details
    Browse the repository at this point in the history
  8. Update pre-commit & build

    the CI is a bit closer to a cookie-cut ci, but still its own uniqueness.
    jepler committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    098dab7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #10 from jepler/update-black-ci-etc

    Update pre-commit & build
    jepler authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    2aeae70 View commit details
    Browse the repository at this point in the history
Loading