Trait decibel::Constants [] [src]

pub trait Constants: Float {
    fn get_10() -> Self;
    fn get_20() -> Self;
}

We require this to work around an issue with the constants.

Required Methods

Returns the value "10".

Returns the value "20".

Implementors