LOG2E

Constant LOG2E 

Source
pub const LOG2E: f64 = 1.442695040888963;
Expand description

§LOG2E

Mathematical constant

The base 2 logarithm of E

§Example

use mathlab::math::LOG2E;
assert_eq!(LOG2E, 1.442695040888963);

End Con Doc