Logo

Programming-Idioms

History of Idiom 65 > diff from v3 to v4

Edit summary for version 4 by :

Version 3

2015-04-21, 22:59:50

Version 4

2015-05-06, 21:04:51

Idiom #65 Format decimal number

From real value x in [0,1], create its percentage string representation s with one digit after decimal point. E.g. 0.15625 -> "15.6%"

Idiom #65 Format decimal number

From real value x in [0,1], create its percentage string representation s with one digit after decimal point. E.g. 0.15625 -> "15.6%"