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

TODOs in HordeAd.Core.DualNumber about defining more derivatives of common functions #39

Merged
merged 51 commits into from
May 18, 2022
Merged

TODOs in HordeAd.Core.DualNumber about defining more derivatives of common functions #39

merged 51 commits into from
May 18, 2022

Commits on May 18, 2022

  1. ignore vim swap files

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    bb1f59f View commit details
    Browse the repository at this point in the history
  2. implement abs

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    284b61c View commit details
    Browse the repository at this point in the history
  3. implement signum

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    640f64d View commit details
    Browse the repository at this point in the history
  4. implement logBase

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    d60affb View commit details
    Browse the repository at this point in the history
  5. implement tan

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    01e73ea View commit details
    Browse the repository at this point in the history
  6. implement asin

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    90c9972 View commit details
    Browse the repository at this point in the history
  7. implement acos

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    7510b9b View commit details
    Browse the repository at this point in the history
  8. implement atan

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    c926f3c View commit details
    Browse the repository at this point in the history
  9. implement sinh

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    885b4ca View commit details
    Browse the repository at this point in the history
  10. simplify logBase

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    5f96956 View commit details
    Browse the repository at this point in the history
  11. implement asinh

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    0fcc319 View commit details
    Browse the repository at this point in the history
  12. implement cosh

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    2788db4 View commit details
    Browse the repository at this point in the history
  13. simplify tanh

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    c77de6f View commit details
    Browse the repository at this point in the history
  14. implement acosh

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    6f408ac View commit details
    Browse the repository at this point in the history
  15. implement atanh

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    4219aac View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c1a954e View commit details
    Browse the repository at this point in the history
  17. implement sqrt

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    1c75691 View commit details
    Browse the repository at this point in the history
  18. simplify tan

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    9be9756 View commit details
    Browse the repository at this point in the history
  19. fix asin

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    a64bebb View commit details
    Browse the repository at this point in the history
  20. fix acos

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    e89ab62 View commit details
    Browse the repository at this point in the history
  21. fix atan

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    3d91b38 View commit details
    Browse the repository at this point in the history
  22. fix asinh

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    56c50c4 View commit details
    Browse the repository at this point in the history
  23. fix acosh

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    31a9eba View commit details
    Browse the repository at this point in the history
  24. fix atanh

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    8d2a105 View commit details
    Browse the repository at this point in the history
  25. improve test message

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    523ee78 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e314850 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a999199 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    653d321 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5e7e48b View commit details
    Browse the repository at this point in the history
  30. ignore vim .swo files

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    1039031 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    87e6371 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f664951 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    db777df View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d9eb11a View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    39236cc View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    68c0021 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    715ef76 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    5e5ea77 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    fe7c800 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    937b79d View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    95a822f View commit details
    Browse the repository at this point in the history
  42. implement abs

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    d0ddf0c View commit details
    Browse the repository at this point in the history
  43. implement signum

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    2269460 View commit details
    Browse the repository at this point in the history
  44. even more boilerplate

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    08b9c67 View commit details
    Browse the repository at this point in the history
  45. implement logBase

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    ff995b8 View commit details
    Browse the repository at this point in the history
  46. implement sqrt

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    5d7ffde View commit details
    Browse the repository at this point in the history
  47. implement logBase

    sfindeisen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    18552f4 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    883b8e2 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    367459f View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    2e41f83 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    f98ceb9 View commit details
    Browse the repository at this point in the history