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

Complex Overloads #620

Open
wants to merge 39 commits into
base: develop
Choose a base branch
from
Open

Complex Overloads #620

wants to merge 39 commits into from

Commits on May 6, 2024

  1. Add better cmake support

    mborland committed May 6, 2024
    Configuration menu
    Copy the full SHA
    5073b38 View commit details
    Browse the repository at this point in the history
  2. Add test set

    mborland committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1f98503 View commit details
    Browse the repository at this point in the history
  3. Add class basis

    mborland committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8e82bbb View commit details
    Browse the repository at this point in the history
  4. Restrict to boost.mp types

    mborland committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2a688a5 View commit details
    Browse the repository at this point in the history
  5. Add unary operators

    mborland committed May 6, 2024
    Configuration menu
    Copy the full SHA
    564ce77 View commit details
    Browse the repository at this point in the history
  6. Specialize class

    mborland committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2df271f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    f61a9e1 View commit details
    Browse the repository at this point in the history
  2. Add equality

    mborland committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b714bb2 View commit details
    Browse the repository at this point in the history
  3. Add the ostream operator

    mborland committed May 7, 2024
    Configuration menu
    Copy the full SHA
    dbbc941 View commit details
    Browse the repository at this point in the history
  4. Add the istream operator

    mborland committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0b5bd14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f50f134 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    612f4fe View commit details
    Browse the repository at this point in the history
  7. Add abs overload

    mborland committed May 7, 2024
    Configuration menu
    Copy the full SHA
    21d9b25 View commit details
    Browse the repository at this point in the history
  8. Add constexpr annotations

    mborland committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d76f19b View commit details
    Browse the repository at this point in the history
  9. Add arg

    mborland committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e46424d View commit details
    Browse the repository at this point in the history
  10. Add norm

    mborland committed May 7, 2024
    Configuration menu
    Copy the full SHA
    20faba1 View commit details
    Browse the repository at this point in the history
  11. Add conj overload

    mborland committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8ee77ce View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a5faa8d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    618bdf3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Add exp overload

    mborland committed May 8, 2024
    Configuration menu
    Copy the full SHA
    861c6bd View commit details
    Browse the repository at this point in the history
  2. Add overload for log

    mborland committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1c95d3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4abb271 View commit details
    Browse the repository at this point in the history
  4. Add log10 overload

    mborland committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4a35b0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa01997 View commit details
    Browse the repository at this point in the history
  6. Add pow overload

    mborland committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2a5d7bb View commit details
    Browse the repository at this point in the history
  7. Add sqrt overload

    mborland committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c560957 View commit details
    Browse the repository at this point in the history
  8. Add sinh overload

    mborland committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f1b88ea View commit details
    Browse the repository at this point in the history
  9. Add cosh overload

    mborland committed May 8, 2024
    Configuration menu
    Copy the full SHA
    caf7058 View commit details
    Browse the repository at this point in the history
  10. Add tanh overload

    mborland committed May 8, 2024
    Configuration menu
    Copy the full SHA
    17b815d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f9b9071 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    9b3575b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    214a2d2 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Add tentative polar() support and tests.

    Fix a few missing using declarations.
    Remove unneeded using std::polar.
    jzmaddock committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7ec2760 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    411d9ea View commit details
    Browse the repository at this point in the history
  2. Fix usage of if constexpr

    mborland committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4b0d1e5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 17, 2024

  1. Delete cruft

    mborland committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b885279 View commit details
    Browse the repository at this point in the history
  2. Add nick's test set

    mborland committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ded45c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    903d23c View commit details
    Browse the repository at this point in the history