Giter VIP home page Giter VIP logo

ss23-git-1-2's People

Contributors

a-smith-github avatar raehik avatar simonclifford avatar

Watchers

 avatar  avatar  avatar

ss23-git-1-2's Issues

Add modulo operation (`%`)

The modulo operation is equivalent to dividing an integer by another integer, and returning the remainder. Many programming languages use % as an operator to denote modulo.

e.g. 10 % 3 = 1 or in RPN terms, 3 10 % = 1

META: Handout

TODO: Worksheet (questions and answers), or reference?

Add mode to work on integers instead of floats

The calculator currently parses floats and uses float operations (e.g. / is float division, where 3 / 2 = 1.5). We could provide an option to work in "integer mode", parsing integers and using integer operations (e.g. // for floor division, where 3 // 2 = 1).

META: Would give us a merge conflict if we branch from talk start, and try to merge near talk end.

Allow multiple spaces between operators/operations

The string parser only permits a single space between each element e.g. 1 2 +. Entering 1 2 + will fail. Double spaces at least would be sensible to permit, in case the user prefers that formatting.

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.