[go: up one dir, main page]

libm 0.2.15

libm in pure Rust
Documentation
1
2
3
4
#[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
pub fn scalbnf16(x: f16, n: i32) -> f16 {
    super::generic::scalbn(x, n)
}