nalgebra
0.33.1
nalgebra
Function
max
Copy item path
Source
pub fn max<T:
Ord
>(a: T, b: T) -> T
Expand description
Same as
cmp::max
.