Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

exp2f

Function exp2f 

Source
pub fn exp2f(x: f32) -> f32
Expand description

Exponential, base 2 (f32)

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