This operator performs floating point multiplication.
let result = 1.5 *. 2.3
For multiplying integers see the * operator.
*