
CARDINAL(1)                                           CARDINAL(1)

NAME
       cardinal() - returns the string description of a number

SYNOPSIS
       string cardinal(int x)

DESCRIPTION
       Given any integer number, this function will return the
       number written out in English.

EXAMPLES
       o   cardinal(5) returns "five"

LOCATION
       /secure/sefun/english.c

SEE ALSO
       ordinal()

Author
       Descartes of Borg

                                                                1

