Git Product home page Git Product logo

smart-calculator-qt's Introduction

Documentation SmartCalc

Build:

$ cd src
$ make install

Main Calculator

Smart calculator - divided into three blocks. This calculator - calculates arithmetic and binary operations with numbers, graph builder - builds a graph according to a given expression, credit calculator - has two types of credit: annuity, differentiated.

HOW TO USE:

All buttons of the screen are active.The calculation of the expression you entered is done by pressing the "=" button.When you enter x and press =, a dialog box will appear and ask you to drive the number to replace x.

Operators

Operator name Operator Description Example
Bracket ( ) Takes the expression in brackets x - (y * z)
Plus + Addition of two operands x + y
Minus - The difference of two operands x - y
Multiplication * Product of two operands x * y
Division / Division of two operands x / y
Exponentiation ^ Exponentiation x ^ y
Remainder of division mod Remainder of division x mod y
Unary minus - Unary minus -x
Unary plus + Unary plus +a

Functions

Function Description
cos(x) Computes cosine
sin(x) Computes sine
tan(x) Computes tangent
acos(x) Computes arc cosine
asin(x) Computes arc sine
atan(x) Computes arc tangent
sqrt(x) Computes square root
ln(x) Computes natural logarithm
log(x) Computes common logarithm

Graph builders - plots the graph according to the output expression. The range is from - 1,000,000 to 1,000,000 inclusive.

HOW TO USE:

Entering x(min) and x(max) will set the range of the graph on the x-axis, entering X will set a point on the X-axis, entering Y will set a point on the Y-axis.Clicking on custom will clear your fields, clicking on example will set an example for a quick test of the Graph Builder utility

Credit Calculator

Loan Calculator - calculates your loan. It has two types of credit: annuity, differentiated.

HOW TO USE:

At the entrance there are three parameters: the loan amount, term for which the loan is taken (in months), the interest rate, in accordance with these parameters and depending on the type of credit you selected, your repayment plan will be calculated.

Deposit Calculator

deposit calculator - suitable for calculating deposits for a certain period, the functionality allows you to add and subtract from the principal amount, there is interest capitalization.

HOW TO USE:

Enter all the input data and click the calculate button.

smart-calculator-qt's People

Contributors

maximfersko avatar

Watchers

 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.