An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        



ELLIP



License


Crate


Documentation


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).