Trait hyperopt::constants::ConstOneHalf

source ·
pub trait ConstOneHalf {
    const ONE_HALF: Self;
}
Expand description

0.5

Required Associated Constants§

source

const ONE_HALF: Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ConstOneHalf for f32

source§

const ONE_HALF: Self = 0.5f32

source§

impl ConstOneHalf for f64

source§

const ONE_HALF: Self = 0.5f64

Implementors§