https://github.com/p-sira/ellip
Elliptic integrals for Rust
https://github.com/p-sira/ellip
elliptic-integrals math rust special-functions
Last synced: 4 months ago
JSON representation
Elliptic integrals for Rust
- Host: GitHub
- URL: https://github.com/p-sira/ellip
- Owner: p-sira
- License: bsd-3-clause
- Created: 2025-01-27T14:45:12.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-30T15:59:38.000Z (4 months ago)
- Last Synced: 2025-01-30T16:39:43.999Z (4 months ago)
- Topics: elliptic-integrals, math, rust, special-functions
- Language: Rust
- Homepage:
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Elliptic integrals for Rust```shell
>> cargo add ellip
```## Features
- Legendre's complete integrals
- `ellipk`: Complete elliptic integral of the first kind.
- `ellipe`: Complete elliptic integral of the second kind.
- Legendre's incomplete integrals
- `ellipf`: Incomplete elliptic integral of the first kind.
- `ellipeinc`: Incomplete elliptic integral of the second kind.
- Bulirsch's integrals
- `cel`: General complete elliptic integral
- Carlson's symmetric integrals
- `elliprf`: Symmetric elliptic integral of the first kind.
- `elliprg`: Symmetric elliptic integral of the second kind.
- `elliprj`: Symmetric elliptic integral of the third kind.
- `elliprc`: Degenerate elliptic integral of RF.
- `elliprd`: Degenerate elliptic integral of the third kind.---
Learn more at [docs.rs](https://docs.rs/ellip).