pub trait Number: 'static {
    const VALUE: f64;
}
Expand description

A type level float constant.

Required Associated Constants§

source

const VALUE: f64

The represented number.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Number for F2p2

source§

const VALUE: f64 = 2.2000000000000002f64