HorseShoe 0.1.1

A Rust Language Infinitesimal Calculus crate
Documentation

Build Status

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