Function mpmfnum::ops::log2p1

source ·
pub fn log2p1<Ctx, N>(ctx: &Ctx, src: &N) -> Ctx::Format
where Ctx: RoundedLog2p1, N: Real,
Expand description

Computes log2(x + 1) and rounds according to the RoundingContext ctx.