bacon-sci 0.16.2

Scientific computing in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/* This file is part of bacon.
 * Copyright (c) Wyatt Campbell.
 *
 * See repository LICENSE for information.
 */

mod differentiate;
mod integrate;
mod interp;
mod optimize;
mod polynomial;
mod roots;
mod special;