Skip to content

This is a simple web interface for adding, subtracting, multiplying and/or dividing two fractions. It includes a base calculator class and a fraction class along with an input page.

Notifications You must be signed in to change notification settings

zmears/FractionCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Fraction Calculator
==========================

fractionCalculator.php: Does the dirty work of adding, subtracting, multiplying and diving fractions.
fraction.php:           Holds the fraction information and also does stuff like reducing the fraction.
index.php:              Form
calculateScript.php:    Validates and formats post data.

ToDo:
    Handle Improper Fractions
    Update form to handle more than two fractions
    Improve result displaying

Author: Zach Mears

About

This is a simple web interface for adding, subtracting, multiplying and/or dividing two fractions. It includes a base calculator class and a fraction class along with an input page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published