Function sub

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

Subtracts the second value from the first.

§Parameters

  • a - Value to subtract from
  • b - Value to subtract

§Returns

The difference a - b.