Function min

Source
pub fn min(a: Real, b: Real) -> Real
Expand description

Returns the minimum of two values.

§Parameters

  • a - First value
  • b - Second value

§Returns

The smaller of a and b.