Logo

Programming-Idioms

History of Idiom 65 > diff from v16 to v17

Edit summary for version 17 by :

Version 16

2015-10-31, 14:40:53

Version 17

2015-11-30, 12:37:30

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%"