Summary: Given two numbers, I'm trying to display a % (13.4%) rather than a fraction (9/67), but not having any luck figuring out a way.
Either _divideBy should have an optional parameter restricting the # of decimal places to return, or there should be some sort of way to round, as full-precision division results can be display-bustingly long / annoying to read. Justin: actually, no -- the right answer is allowing you to specify the display by # of decimal places. Have opened a separate Story for that: I should be able to display a Floating Point number with a specified number of digits of precision.