Trait oxidd_core::util::IsFloatingPoint

source ·
pub trait IsFloatingPoint {
    const FLOATING_POINT: bool;
}
Expand description

Is the underlying type a floating point number?

Required Associated Constants§

source

const FLOATING_POINT: bool

true iff the underlying type is a floating point number

Object Safety§

This trait is not object safe.

Implementors§