kaede 0.1.2

Kaede adalah rust library untuk operasi matematika sederhana.
Documentation
1
2
3
pub fn kosinus(x: f64) -> f64 {
    x.cos()
}