vividry 0.2.2

A hobbyist rewrite of the `pastel` project
Documentation
1
2
3
pub fn mod_positive(a: f64, b: f64) -> f64 {
    (a % b + b) % b
}