ruby - Convert floating-point number to words -


how word-equivalent of floating-point number? e.g.

  • 10.24 → ten point twenty-four
  • 5.113 → 5 point hundred , thirteen

there's gem called numbers_and_words that! i've used in several projects without problems far.


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -