Given an integer, tries to write out the long form number. For example, -5 becomes "negative five".
See Implementation
Given an integer, tries to write out the long form number. For example, -5 becomes "negative five".