blob: 67459778598da2e2f0aaac065242f3943067d690 [file] [log] [blame]
extern crate rs_math;
fn main() {
assert_eq!(rs_math::rs_log2(8.0), 3.0);
}