Multiply float number

Is there a way to multiply by float number in RoS? How can i get in RoS result of i.e.:

:put (6*1,2)

Currently console gives me this:

6;2

And the result of course should be 7,2. I cannot use dot presentation, due to RoS reading it as ip address.

If somebody wonder what i’m trying to do, i want to apply higher speeds i simple queues by add burst based on current max-limit values.

I don’t think RouterOS supports floats at all.

The “,” is treated as a separator in an array list, and “.” is treated as an octet separator in an IP address, so there’s no way to even write a float.