pub trait RootDegree: Unsigned + SubU1 {
    const LOOKUP_BITS: u32 = 0u32;

    // Provided method
    fn nth_root_lookup(_input: u64) -> u64 { ... }
}

Provided Associated Constants§

source

const LOOKUP_BITS: u32 = 0u32

Provided Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl RootDegree for U2

source§

impl RootDegree for U3

source§

impl RootDegree for U4

source§

impl RootDegree for U5

source§

impl RootDegree for U6

source§

impl RootDegree for U7

source§

impl RootDegree for U8

source§

impl RootDegree for U9

source§

impl RootDegree for U10

source§

impl RootDegree for U11

source§

impl RootDegree for U12

Implementors§