We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This succeeds and shouldn't.
let f = 2.0f32; assert_eq!(f.exp2(), f.exp());
In f64, f64 is calling exp. In f32, f32 is also calling exp. Might just have to add a 2...
f64
exp
f32