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.

The facilities previously mentioned reveal that this application gives a richer calculation environment.

Download

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

Support Functions

Support Constant Numbers

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