@hackage numerals-base0.3
Convert numbers to number words
Categories
License
BSD-3-Clause
Maintainer
Roel van Dijk <vandijk.roel@gmail.com>
Links
Versions
- 0.3 Thu, 15 Sep 2011
Deprecated
Dependencies (5)
- base >=3.0.3.1 && <4.5
- base-unicode-symbols >=0.2.2 && <0.3
- containers >=0.4 && <0.5
- containers-unicode-symbols >=0.3 && <0.4
- fingertree >=0.0.1 && <0.1 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/numerals
This package contains machinery to construct functions that convert numbers to number words. It allows you to write a function which converts a number like 142 to the string "one hundred and forty-two".
See the numerals package for numerous examples.