Function mul

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

Multiplies two values.

§Parameters

  • a - First value
  • b - Second value

§Returns

The product of a and b.