What is CalcFX?
CalcFX is a new powerful scientific calculator, runs on all kind of platforms (e.g. desktop, web and mobile) and has no function keys that need difficult operation. You can input math expressions directly, without needing to learn the key layout, key combinations and difficult variable operations as you can name them freely. Unlimited calculation history can be seen anytime, and copied very quickly from a user friendly GUI.
CalcFX supports features as follows.
- Mathmatical expression input directly
- Function
- Variable
- Constant Number
- Many Operators
- Unlimited Calculation History
- Quick Copy
The facilities previously mentioned reveal that this application gives a richer calculation environment.
Download
- Java Applet
- Java Web Start
- Standard Execution Package
- Source file
Usage
Keyboard Operation
Type the math expression, and press Enter key to calculate. UP and DOWN keys is to quote the calculated history.
Support Operators
- Addition: +
- Subtraction: -
- Multiplication: *
- Division: /
- Remainder: %
- Power: **
- Factorial: !
- Assignment: =, +=, -=, *=, /=, %=
Support Functions
- Trigonometrical functions: sin, cos, tan
- Logarithm: log, ln
- Square root: sqrt
- Greatest common divisor: gcd
- Least common multiple: lcm
Support Constant Numbers
- Circle ratio: PI
- Napier's constant: E
Tutorial
Simple Expression
3+5
>8
Particular Operator
2**10
>1024
8!
>40320
Function
sin(10)
>-0.5440211108893698
gcd(36, 48)
>12
Constant Number
sin(PI/4)+log(10, E)
>3.009691874180593
Variable
a = sin(PI/8)
>0.3826834323650898
b = cos(PI/8)
>0.9238795325112867
c = a ** b
>0.4117125453412998
ans is a particular variable. This application stores the last solution in ans.
2 ** 2
>4
ans ** 2
>16
ans ** 2
>256
