Function nalgebra::inf
[−]
[src]
pub fn inf<T: PartialOrder>(a: &T, b: &T) -> T
Returns the infimum of a
and b
.
pub fn inf<T: PartialOrder>(a: &T, b: &T) -> T
Returns the infimum of a
and b
.