Skip to content

cornellsteven/fractions-to-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Fractions To Words

A php class to convert fractions to English words. (IE, "1/2" = "one-half", "3/16" = "three-sixteenths")

Usage

Just require the "FractionsToWords.php" class and use the convert() function.

Example:

require 'FractionsToWords.php';

echo FractionsToWords::convert('1/2');      // outputs "one half"
echo FractionsToWords::convert('5 1/4');    // outputs "5 and one-fourth"

If you see a mistakes or have any additions / fixes that you would like implemented, please let me know.

About

Converts fractions to English words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages