feat: integrates with nalgebra
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ use std::fmt::{Debug, Display};
|
||||
use num_traits::{Float, FromPrimitive};
|
||||
use rand::prelude::*;
|
||||
|
||||
pub trait FloatExt: Float + FromPrimitive + Debug + Display {
|
||||
pub trait FloatExt: Float + FromPrimitive + Debug + Display + Copy {
|
||||
|
||||
fn copysign(self, sign: Self) -> Self;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user