Trait cuprate_helper::num::Float

source ·
pub trait Float: Sealed { }
Expand description

Floating point numbers

This trait is sealed and is only implemented on:

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Float for f32

source§

impl Float for f64

Implementors§