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: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fb0fdf8b51c2
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b4569122bff9
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 16, 2019

  1. Reorder the code so that auxiliary functions appear first in the .cpp…

    … files and are in an unnamed namespace. Move Elk to elliptic_integrals.{hpp,cpp} because, well, it's an integral.
    pleroy committed Jun 16, 2019
    Copy the full SHA
    745f0f1 View commit details
  2. Merge.

    pleroy committed Jun 16, 2019
    Copy the full SHA
    454d860 View commit details
  3. Merge.

    pleroy committed Jun 16, 2019
    Copy the full SHA
    a09fa9f View commit details
  4. Merge pull request #2205 from pleroy/ReorderFunctions

    Reorder functions
    pleroy authored Jun 16, 2019
    Copy the full SHA
    b456912 View commit details
Showing with 391 additions and 382 deletions.
  1. +78 −309 numerics/elliptic_functions.cpp
  2. +0 −2 numerics/elliptic_functions.hpp
  3. +1 −0 numerics/elliptic_functions_test.cpp
  4. +310 −71 numerics/elliptic_integrals.cpp
  5. +2 −0 numerics/elliptic_integrals.hpp
Loading