Standard Functions

Standard Functions

Back to Table of Contents


Calculator + ƒ - Functions

  The area where you can enter the Calculator + ƒ formulas. This space will also display the result of the valculation after pressing the Enter key.
9 dec This button changes Calculator + ƒ mode for decimal numbers.
#1 bin This button changes Calculator + ƒ mode results for binary numbers. Binary numbers can be prefixed with the character # before.
$f hex This button changes Calculator + ƒ mode results for hexadecimal numbers. Hexadecimal numbers can be prefixed with the character # before.
unsigned With this button you can switch between 8 -, 16 - and 32-bit resolution or unsigned for binary and hexadecimal numbers. This affects the output results and the interpretation of binary numbers.
360 deg Changes the mode for angle calculations to 360 °.
2π rad Changes the mode for angle calculations to radians.
400 grd Changes the mode for angle calculations to Gon.
180...1.8e+ Switches between normal representation (180 ..) and scientific (1.8 E + ). If you are faced with a very large number, you must enable scientific way, if not, you can cause inaccuracies in the result.
Drawer This button opens the extension drawer of Calculator + ƒ. This drawer incorporates functions, user-defined functions, binary functions and calculation log.
( ) Opening and closing brackets. Calculator + ƒ supports unlimited nesting of brackets.
; The semicolon is used as a delimiter for functions with several parameters.
abs Returns the unsigned value of a number.
pi PI constant with high accuracy.
^ ^2 10^ Power operator. Examples: 3^3 = 27, 7^2 = 49, 2^8 = 256
sqrt Square root.
root Root function. root(x; y) corresponds to the inverse function x^(1/y) Ejemplo: root(27; 3) = 3
  Note for all trigonometric functions the mode setting to calculate angles.
sin Sine function.
cos Cosine function.
tan Tangent function.
asin Arcsine function.
acos Arccosine function.
atan Arctangent function.
e^ e is the Euler number.
log Logarithm base e.
ln Natural logarithm.
!% Percentage delta.
Clr Delete the entry area.
% Percent.
+ Addition.
- Subtraction.
* Multiplication.
/ Division.
= Returns the result of the formula.
7 8 9 4 5 6 1 2 3 0 . Input keys for numbers.
= Displays the standard functions in the extension drawer. (more)
= Displays the custom functions in the extension drawer. (more)
= Displays the binary functions in the extension drawer. (more)
= Displays the log in the extension drawer.
deg deg(x) converts the number of the specified mode for trigonometric functions in current mode for trigonometric functions.
rad rad(x) converts the number of the specified mode for trigonometric functions in current mode for trigonometric functions.
grd grd(x) converts the number of the specified mode for trigonometric functions in current mode for trigonometric functions.
  Note for all trigonometric functions the mode setting to calculate angles.
sinh Hyperbolic sine.
cosh Hyperbolic cosine.
tanh Hyperbolic tangent.
asinh Inverse hyperbolic sine.
acosh Inverse hyperbolic cosine.
atanh Inverse hyperbolic tangent.
fac fac(x) displays the factorial of the x number.
int int(xy) shows the integer part of x.
floor floor(x,y) rounds x to y decimal places. Always rounded up.
ceil ceil(x,y) rounds x to y decimal places. Always rounded up.
round round(x,y) rounds x to y decimal places. Always rounded up.
sign Determines the sign of a number. Returns 1 if the number is positive, returns -1 if the number is negative, returns 0 if the number is 0.
min Returns the smallest argument from a list of arguments.
max Returns the biggest argument from a list of arguments.
rnd rnd(x) returns a random integer between 1 and x.
#1 bin $f hex 9 dec unsigned 2p rad 400 grd 360 deg 180... 1.8e+ Drawer !% ( ; ) abs pi ^2 sqrt sin asin ^ root cos acos e^ ln tan atan 10^ log Clr % / * 7 8 9 - 4 5 6 + 1 2 3 . = 0 deg sinh fac int min max floor rad cosh tanh grd asinh ceil round rnd sign acosh atanh input Functions Custom functions Binary functions Log