Skip to content

EnesMCLK/JavaCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaCalculator

Advanced text-based calculator

Functions

Addition

Example: 2+2

Output: 4.0

Subtraction

Example: 3-2

Output: 1.0

Multiplication

Example: 3*2

Output: 6.0

Division

Example: 6/2

Output: 3.0

Parentheses Priority

Example: (((2+2)+3*7)/5)+1

Output: 6.0

Root

Example: k16

Output: 4.0

Tan

Example: t45

Output: 0.9999999999999999

Sin

Example: s90

Output: 1.0

Cos

Example: c60

Output: 0.5000000000000001

ArcTan

Example: at1

Output: 45.0

ArcSin

Example: as1

Output: 90.0

ArcCos

Example: ac0.5

Output: 60.00000000000001

Logarithm

Example: l10

Output: 1.0

Logarithm (e)

Example: lne

Output: 1.0

Permutation

Example: 5P2

Output: 20.0

Combination

Example: 5C2

Output: 10.0

x⁻¹

Example: 5xb

Output: 0.2

Example: 5xk

Output: 25.0

Example: 5xu

Output: 125.0

x!

Example: 5xf

Output: 120.0

HypTan

Example: ht45

Output: 1.0

HypSin

Example: hs90

Output: 6.102016471589175E38

HypCos

Example: hc45

Output: 5.710036949078403E25

Pi

Example: p

Output: 3.141592653589793

Euler

Example: e

Output: 2.718281828459045

Set Angle

About

Advanced text-based calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages