HorseShoe 0.0.1

A Rust Language Infinitesimal Calculus crate
Documentation

Build Status Crate Docs

HorseShoe

HorseShoe is a crate for infinitesimal calculus purely made in Rust.

Usage:

Add this to the Cargo.toml:

[dependencies]
HorseShoe = "*"

and this:

extern crate horseshoe;

Features:

  • numerical differentiation
  • numerical integration via Gauss-Legendre quadrature