oprec 0.1.0

Calculus crate that analyzes and transforms mathematical functions.
Documentation
  • Coverage
  • 85.71%
    30 out of 35 items documented0 out of 34 items with examples
  • Size
  • Source code size: 25.55 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 860.77 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ethan-dorta/oprec
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ethan-dorta

OpRec

A giant work in progress crate that can transform functions. It is planned to support inverses (solving for variables), derivatives using operator overloading, and integrals using the Risch Algorithm.