nalgebra
0.30.1
Function
nalgebra
::
max
Copy item path
source
ยท
[
−
]
pub fn max<T:
Ord
>(a: T, b: T) -> T
Expand description
Same as
cmp::max
.