sS iround_spacePercentSign(double d) {
  ret iround(d) + " %";
}