rust ffast-math (defunct, use lower)
add derives
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ use r#trait::FastFloat; /// assert_eq!(*result, 1136943.0); /// # } /// ``` +#[derive(Copy, Clone, PartialEq, PartialOrd)] pub struct FFloat<T>(T); impl<T: FastFloat + std::fmt::Debug> std::fmt::Debug for FFloat<T> { |