Function nalgebra::sup

source ·
pub fn sup<T: JoinSemilattice>(a: &T, b: &T) -> T
Expand description

Returns the supremum of a and b.