Searched refs:FloatConst (Results 1 – 4 of 4) sorted by relevance
2248 pub trait FloatConst { trait2270 impl FloatConst for $T { impl2375 use float::{Float, FloatConst}; in extra_logs()2377 fn check<F: Float + FloatConst>(diff: F) { in extra_logs()
35 pub use float::FloatConst;
36 - [Added new constants for logarithms, `FloatConst::{LOG10_2, LOG2_10}`][171].46 - [Added the full circle constant τ as `FloatConst::TAU`][145].
764 Float = FloatConst | "+" FloatConst | "-" FloatConst772 FloatConst = ... # Imagine it's close enough to C-style float syntax.