devela::_dep::libm

Function exp2

pub fn exp2(x: f64) -> f64 
Available on crate feature dep_libm only.
Expand description

Exponential, base 2 (f64)

Calculate 2^x, that is, 2 raised to the power x.