fitting 0.4.3

Pure Rust curve fitting library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# fitting-rs

[![crates.io](https://img.shields.io/crates/v/fitting.svg)](https://crates.io/crates/fitting)
[![docs.rs](https://docs.rs/fitting/badge.svg)](https://docs.rs/fitting)
[![Build and Test](https://github.com/mshrtsr/fitting-rs/workflows/Build%20and%20Test/badge.svg)](https://github.com/mshrtsr/fitting-rs/actions?query=workflow%3A%22Build+and+Test%22)
[![Format and Lint](https://github.com/mshrtsr/fitting-rs/workflows/Format%20and%20Lint/badge.svg)](https://github.com/mshrtsr/fitting-rs/actions?query=workflow%3A%22Format+and+Lint%22)
[![codecov](https://codecov.io/gh/mshrtsr/fitting-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/mshrtsr/fitting-rs)

Curve fitting library for Rust

## Updates

See [CHANGELOG.md](./CHANGELOG.md)

## License

This project is licensed under the MIT license.