kaede 0.1.2

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