REZEK für Computerspiele

About

The calculator takes mathematical formula as input. The input will be analysed and the result will be showed as output. It has mathematical formula editor. For now we support numerical calculation including Pi and Euler.

Features

  • Written in C Programming language and used WIN32 API. (So small and compact executable file)

Application main window

Operator Precedence

The following table lists the precedence and associativity of operators. Operators are listed from the top to bottom, in descending precedence.

PrecedenceOperatorDescriptionAssociativity
1()ParenthesesLeft-to-right
2^ _Power, Subscriptright-to-Left
3!FactorialLeft-to-right
4+ -Unary plus and minusLeft-to-right
5* /Multiplication and divisionLeft-to-right
6+ -Addition and subtractionLeft-to-right

Functions

LiteralDescription
Sinsine
Coscosine
Tantangent
Asinarc sine
Acosarc cosine
Atanarc tangent
Sqrtsquare root
Logcommon logarithm (base-10 logarithm)
Lnnatural logarithm (base-e logarithm)
Expe raised to the xth power

Keys

KeyDescription
Left and right ArrowCursor navigation
Backspacedelete current item or delete character
^Create exponent item
/Create fraction item
:Create root item
F1Documents

Download

Simple Argebraic Calculator