tindi 0.8.0

Technical Stock Chart Indicators
Documentation
1
2
3
4
5
6
7
mod slope;
pub use slope::*;

mod angle;
pub use angle::*;

pub struct Point(pub f32, pub f32);