samuel-zeray / Test-Driven-Calculator-and-Mathematical-operations-in-java

This is a functional calculator written in java with test driven development
2 stars 2 forks source link

Mathematical Calculator

Table of Contents

Features

To start the calculator, run:

calculator.java

Examples

Basic Arithmetic

2 + 2

4

5 * 6

30

Advanced Functions

sin(45)

0.7071

log(100, 10)

2

Contributing

We welcome contributions to improve the Full Mathematical Calculator. Here are some ways you can help:

Please make sure to update tests as appropriate.

License

MIT