rename trig.rs -> cossin.rs
This commit is contained in:
parent
469c89ea70
commit
e89db65722
|
@ -18,10 +18,11 @@ pub fn shift_round(x: i32, shift: usize) -> i32 {
|
||||||
(x + (1 << (shift - 1))) >> shift
|
(x + (1 << (shift - 1))) >> shift
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub mod atan2;
|
||||||
|
pub mod cossin;
|
||||||
pub mod iir;
|
pub mod iir;
|
||||||
pub mod lockin;
|
pub mod lockin;
|
||||||
pub mod pll;
|
pub mod pll;
|
||||||
pub mod trig;
|
|
||||||
pub mod unwrap;
|
pub mod unwrap;
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
|
Loading…
Reference in New Issue