pub trait Number {
    const VALUE: f32;
}
Expand description

A type level float constant.

Required Associated Constants§

source

const VALUE: f32

The represented number.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Number for F2p2

source§

const VALUE: f32 = 2.20000005f32