Formats a non-negative real number as a percentage
PercentForm[expr]
PercentForm[expr, n]
PercentForm[0.35]
→ 35%PercentForm[2 / 3]
→ 2/3PercentForm[1234.56]
→ 123456%- DefaultPrintPrecision — default 4
- DigitBlock — default Infinity
- NumberPadding — default { "" , "" }
- NumberPoint — default Automatic
- NumberSeparator — default { " , " , " " }
- SignPadding — default { False , True }