HorseShoe

Crates.ioHorseShoe
lib.rsHorseShoe
version0.0.1
sourcesrc
created_at2019-02-04 14:27:09.744208
updated_at2019-02-04 21:08:38.71947
descriptionA Rust Language Infinitesimal Calculus crate
homepagehttps://github.com/YakoYakoYokuYoku/Horse-Shoe
repositoryhttps://github.com/YakoYakoYokuYoku/Horse-Shoe
max_upload_size
id112651
size112,941
YakoYakoYokuYoku (YakoYakoYokuYoku)

documentation

README

HorseShoe

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
Commit count: 6

cargo fmt