Skip to content

Documentation

ApplicationCoding edited this page Jan 19, 2022 · 5 revisions

Welcome to the documentation of Calculator! Everything written here only applies to the latest version of the app but some still apply to old Calculator versions.

Overview

Calculator is a console-based calculator. The first version was released last year in September or October. The latest version is v1.5.3.

Math Operations

This app is able to perform the 4 basic math operations: Addition, Subtraction, Multiplication, and Division. The current limitation, for now, is that it isn't able to perform more math operations but only the 4 basic operations.

Commands

An advantage of this app is that it doesn't only perform math operations, commands are also performable by this app. These are the commands that you can use for the app:

about = shows the version of the app

help = shows all the available commands

extra msg = lets the user read extra or more messages by Calculator

re-calculate = the calculator will start again and re-calculate without re-opening the application.

updates = See new features for the current version of the app.

exit = closes the calculator console app

All Features

  1. Performs all four (4) basic math operations.
  2. Performs commands (about, help, extra msg, etc.)
  3. Can re-calculate after calculating a number/s.

Clone this wiki locally