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

exp2

Function exp2 

Source
pub fn exp2(x: f64) -> f64
Expand description

Exponential, base 2 (f64)

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