Deprecated, you can just use / for both integers and floats since v12.
/
This operator performs floating point division.
let result = 3.0 /. 2.5
For dividing integers see the / operator.