repo.or.cz
/
liba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix emscripten builds on windows
[liba.git]
/
tests
/
hpf.rs
blob
335d2ee285239a45838dee1fcdfea3eb6d50601a
1
#[test]
2
fn hpf() {
3
let mut hpf = liba::hpf::new(10.0, 0.01);
4
hpf.gen(10.0, 0.01).zero().iter(1.0);
5
}