Discussion
:
how to force a decimal
Afficher un message
20/06/2008, 20h38
#
2
ThoML
Messages: n/a
Hébergeur:
Re: how to force a decimal
> say i wanted to do 3.5.to_s
> but i need that to be 3.50 as the string,
Use String#% and friends:
"%.2f" % 3.5
ThoML
Page generated in
0,04140
seconds with
9
queries