kaede 0.1.2

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