Trait fath::shared::int::FastExactInt
source · pub trait FastExactInt {
// Required methods
fn ilog_const_base<const BASE: u32>(self) -> Self;
unsafe fn ilog_const_base_unchecked<const BASE: u32>(self) -> Self;
fn exp_const_coeff<const COEFF: u32>(self) -> Self;
}Required Methods§
fn ilog_const_base<const BASE: u32>(self) -> Self
sourceunsafe fn ilog_const_base_unchecked<const BASE: u32>(self) -> Self
unsafe fn ilog_const_base_unchecked<const BASE: u32>(self) -> Self
Safety
Inputs valid when != 0.