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: paulmasson/math
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.10
Choose a base ref
...
head repository: paulmasson/math
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on May 23, 2023

  1. Copy the full SHA
    bb4deb9 View commit details
  2. Code cleanup

    paulmasson committed May 23, 2023
    Copy the full SHA
    c3d1af2 View commit details

Commits on Sep 10, 2023

  1. Copy the full SHA
    931ee02 View commit details
  2. Add Riemann xi function

    paulmasson committed Sep 10, 2023
    Copy the full SHA
    5b88ad5 View commit details

Commits on Sep 16, 2023

  1. Code cleanup

    paulmasson committed Sep 16, 2023
    Copy the full SHA
    bedabaa View commit details
  2. Special cases of riemannXi

    paulmasson committed Sep 16, 2023
    Copy the full SHA
    e8a5603 View commit details

Commits on Dec 31, 2023

  1. Update license

    paulmasson committed Dec 31, 2023
    Copy the full SHA
    5a511b6 View commit details

Commits on Jan 16, 2024

  1. Add comment

    paulmasson committed Jan 16, 2024
    Copy the full SHA
    cc2cca1 View commit details

Commits on Jan 18, 2024

  1. Avoid power singularity

    paulmasson committed Jan 18, 2024
    Copy the full SHA
    bc0c3ec View commit details

Commits on Jan 19, 2024

  1. Rename variable

    paulmasson committed Jan 19, 2024
    Copy the full SHA
    f2e2e38 View commit details

Commits on Mar 14, 2024

  1. Update function pages

    paulmasson committed Mar 14, 2024
    Copy the full SHA
    295c662 View commit details
  2. Improve function pages

    paulmasson committed Mar 14, 2024
    Copy the full SHA
    bb56f62 View commit details
  3. Update function pages

    paulmasson committed Mar 14, 2024
    Copy the full SHA
    81a7080 View commit details
  4. Update function pages

    paulmasson committed Mar 14, 2024
    Copy the full SHA
    f0a4e40 View commit details
  5. Weierstrass special cases

    paulmasson committed Mar 14, 2024
    Copy the full SHA
    00957bd View commit details

Commits on Mar 15, 2024

  1. Update function pages

    paulmasson committed Mar 15, 2024
    Copy the full SHA
    ebb8028 View commit details
  2. Improve function pages

    paulmasson committed Mar 15, 2024
    Copy the full SHA
    2ff4178 View commit details
  3. Copy the full SHA
    4b47ce4 View commit details
  4. Copy the full SHA
    6081a06 View commit details

Commits on Mar 18, 2024

  1. Copy the full SHA
    61f3b17 View commit details
  2. Copy the full SHA
    36a5d0e View commit details

Commits on Mar 27, 2024

  1. Allow arbitrary step

    paulmasson committed Mar 27, 2024
    Copy the full SHA
    37061d4 View commit details

Commits on Nov 28, 2024

  1. Code cleanup

    paulmasson committed Nov 28, 2024
    Copy the full SHA
    ffdb079 View commit details

Commits on Dec 31, 2024

  1. Update license

    paulmasson committed Dec 31, 2024
    Copy the full SHA
    cb6cb38 View commit details

Commits on Jan 13, 2025

  1. Copy the full SHA
    88b535b View commit details

Commits on Jan 23, 2025

  1. Improve complex log

    paulmasson committed Jan 23, 2025
    Copy the full SHA
    81a44bb View commit details

Commits on Jan 24, 2025

  1. Add comments

    paulmasson committed Jan 24, 2025
    Copy the full SHA
    41e341a View commit details
  2. Copy the full SHA
    a92e977 View commit details

Commits on Jan 25, 2025

  1. Code cleanup

    paulmasson committed Jan 25, 2025
    Copy the full SHA
    3ac46c3 View commit details
  2. Add lemniscate functions

    paulmasson committed Jan 25, 2025
    Copy the full SHA
    28f5d61 View commit details
  3. Update function pages

    paulmasson committed Jan 25, 2025
    Copy the full SHA
    4cc2756 View commit details
  4. Copy the full SHA
    841cf42 View commit details
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright © 2017-2023 Paul Masson
Copyright © 2017-2025 Paul Masson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Loading