Announcing HorseShoe

Hello fellow Rustaceans :crab: , today I have the honour to announce the start of this project named as HorseShoe :racehorse: :mans_shoe: , a crate that is specialized in infinitesimal calculus and it's made purely in the Rust language. The idea of this project started as a project to demonstrate Rust's capabilities and the requirement to make an infinitesimal calculus library. For now it has these initial features:

  • Numerical differentiation (not so precise :upside_down_face:)
  • Numerical integration via Gauss-Legendre quadrature (very precise)

I know, this list is very small, but with your help it'll surely grow :muscle: . The repo is here :link: . Also this project uses Azure Pipelines, so no Travis this time.

4 Likes