pub const LOG2E: f64 = 1.442695040888963;
Mathematical constant
The base 2 logarithm of E
use mathlab::math::LOG2E; assert_eq!(LOG2E, 1.442695040888963);
End Con Doc