Giter Site home page Giter Site logo

gallerydivision.js's Introduction

GalleryDivision.js

  • Sorry folks, this currently only works in Google chrome, Mozilla Firefox, Safari and Opera. I will make it cross browser compatible when I have a little time, probably within the next week.

Gallery Division Demonstration

That's right folks, this is a demonstration of Gallery Division using combined erasure and slashing. 100% html5, css3 and javascript.

I did this project to help myself review division. It is more clear then long division in terms of step my step and also more useful as a algorithm for coding.

Feel free to email me bugs, except for the prev (rollback stepper) function as I already know it breaks after steping past the group quotient calculation.

Gallery division follows these steps and rules:

Rules

  1. a group quotient calculation is the first step for each group task.
  2. a group quotient will be zero for a group divisor of zero.
  3. a group quotient will be nine for that if it is greater than 9
  4. the quot will be applied to each group place of the dividend / remainder for each group task.
  5. on underflow of the remainder the group task will be redone using the group quotient minus one.

Grammar

  • A "group place" is the digit position with in a number which indicates that and left digits as the dividend / remainder.
  • A "group task" is the operation of calculating the quotient and apply it to each group place.
  • A "group quotient" is the quotient used for each group task.
  • "Erasure" refers to removing / replacing a deprecated group place.
  • "Slashing" refers to striking out a deprecated group place.

More information on gallery division can be found at http://en.wikipedia.org/wiki/Galley_division

gallerydivision.js's People

Contributors

seacgroup avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.