Function max

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

Returns the maximum of two values.

§Parameters

  • a - First value
  • b - Second value

§Returns

The larger of a and b.