Deprecated, you can just use * for both integers and floats since v12.
*
This operator performs floating point multiplication.
let result = 1.5 *. 2.3
For multiplying integers see the * operator.