GGU-AXPILE: Mathematical functions in input boxes with numbers
In input boxes for numerical values, you can use the following arithmetic operations (also in combinations) to determine the desired value or to adjust the existing value. After pressing the [Return] or [Enter] key, the calculated value is inserted.
Function | Input |
Add: | |
5 + 12,18 | 5 + 12,18 |
Subtract: | |
25,74 - 12,18 | 25,74 - 12,18 |
Multiply: | |
5,23 · 4,18 | 5,23*4,18 |
π · 2,5³ | PI*2,5^3 |
Divide: | |
5,23 / 4,18 | 5,23/4,18 or 5,23:4,18 |
Exponentiate: | |
25 | 2^5 |
Radify: | |
Root of 27 | w(27) or 27^(1/2) |
5th root of 81,5 | 81,5^(1/5) |
Sine, cosine, tangent etc. | |
sin(32°) | sin(32) |
cos(5,23°) | cos(5,23) |
tan(45°) | tan(45) |
arctan(1,0) | atan(1,0) = 45° |
Natural logarithm: | |
ln(4,53) | ln(4,53) = 1,5107 |
Exponential function: | |
e1,5107 | ep(1,5107) = 4,53 |