python/src/liba.pyx: fix array for sqrt_u32 and sqrt_u64
[liba.git] / tests / trajtrap.rs
blob0097f2a6987d9fdbbaccb65e6352d5f0af9709fd
1 #[test]
2 fn trajtrap() {
3     let x = 0.5;
4     {
5         let mut a = liba::trajtrap::new();
6         std::print!("{} ", a.gen(2.0, 2.0, -2.0, 0.0, 2.0, 0.0, 0.0));
7         std::println!("[{}, {}, {}]", a.pos(x), a.vel(x), a.acc(x));
8     }