Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
[![Release](https://jitpack.io/v/PimvanderLoos/JCalculator.svg?style=flat-square)](https://jitpack.io/#PimvanderLoos/JCalculator/)
[![Maven Central Version](https://img.shields.io/maven-central/v/nl.pim16aap2.jcalculator/JCalculator)](https://central.sonatype.com/artifact/nl.pim16aap2.jcalculator/JCalculator)

## JavaDocs
JavaDocs can be found [here](http://jcalculator.pim16aap2.nl/).

## Adding this project a dependency
More info about adding this project as a dependency using Maven, Gradle, sbt, or leiningen can be found [here](https://jitpack.io/#PimvanderLoos/JCalculator/LATEST).
JavaDocs can be found [here](http://jcalculator.pim16aap2.nl/).

## Supported operators
+, -, *, /, %, ^, min(x,y), max(x,y), abs(x), sqrt(x), sin(x), cos(x), tan(x), asin(x), acos(x), atan(x), atan2(x, y), ln(x), log(x).

+, -, *, /, %, ^, min(x,y), max(x,y), abs(x), sqrt(x), sin(x), cos(x), tan(x), asin(x), acos(x), atan(x), atan2(x, y),
ln(x), log(x).

## Supported characters

'(', ')', ',', 'e', 'pi'

## Examples

- 1+1 = 2
- sqrt(144) = 12
- max(10, sqrt(16)^4/100*4) = 10.4

With x = 2:
- x\*x\*x = 8

- x\*x\*x = 8