from float number to fixed digits character
round_string(x, digits = 2)
x
number
digits
hold n digits after the decimal point
character
round_string(1.1, 2)