From the manual (printf/print/msg):

Quote:
For printing float variables with the %f placeholder, typecast them to (var).


For my variables are already declared as var I did not typecast them. What's right now?