mul function

num mul(
  1. num lhs,
  2. num rhs
)

Implementation

num mul(num lhs, num rhs) => lhs * rhs;