Giter VIP home page Giter VIP logo

calculator's Introduction

Calculator

The following classes are part of the calculator project:

  • BinaryOp
  • CalculatorFunctions
  • Cos
  • Exp
  • Log
  • Number
  • Polynomial
  • Sin
  • TrigFunctions
  • Variable

There are 8 main kinds of functions and mathematical objects:
Variable, Number, BinaryOp, Polynomial, Log, Exp, Sin, and Cos
The value and derivative can be found for each of these 8 types of functions and mathematical objects. Attempting to find the value of a function with a variable in it will throw an UnsupportedOperationException.

These are descriptions for each of the 8 main functions and mathematical objects:

  • Variable: represents the variable x
  • Number: represents a number as a double
  • BinaryOp: represents a binary operator (+, -, *, /) and two function operands
  • Polynomial: represents a function raised to a power
  • Log: represents the natural logarithm function
  • Exp: represents the natural exponential function
  • Sin: represents the sine function
  • Cos: represents the cosine function

The two files that relate to the JUnit testing of this project are:

  • Calculator Classes Testing Document
  • Calculator Testing Class

The testing class contains 230+ JUnit tests for the calculator's functions, ensuring that it has incredible functionality. The testing document gives short descriptions of every JUnit test that I ran.

calculator's People

Contributors

nikhil-jindal12 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.