OOOOH sorry I get it now, you are right, thank you!
The example was really good but I will leave this here in case someone is slow like me, it helped me understand a little better:
X : float = Y * 1.0 / Z
X - Your variable (a float that will receive the expression result)
Y - Your integer number
Z - Your float number
- Make sure to put .0 or .f64 as sufix for floats when declaring them