GGU-SLAB: Calculation functions in input boxes with numbers
Task |
| 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 from 27 | -> | w(27) or 27^(1/2) |
| -> | 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° |
Logarithm naturalis |
|
|
ln(4,53) | -> | ln(4,53) = 1,5107 |
Exponential function: |
|
|
e1,5107 | -> | ep(1,5107) = 4,53 |