Update page 'Factorizator application'

chibicitiberiu 2018-12-25 20:32:51 +00:00
parent ac1f51150a
commit 4118a4d941

@ -0,0 +1,26 @@
# Getting started
The Factorizator is an application which displays the factorization of natural numbers. Factorization is defined as the decomposition of the number into prime factors, which multiplied will yield the original number.
Using the application is very simple, one has to simply type a number in the input text box, and press Calculate (or Enter key). The result is displayed in the Factorization area. The first column shows the original numbers divided by the last divisor, and in the divisor column, the divisors are listed.
## Keyboard shortcuts
Key combination
Action
Enter
Performs calculation.
F1
Starts help.
Ctrl + C
Copies selected remainder into clipboard.
Ctrl + Shift + C
Copies selected divisor into clipboard.
| Key combination | Action 2 |
| --------------- | -------- |
| Enter | Performs calculation. |
| F1 | Starts help. |
| Ctrl + C | Copies selected remainder into clipboard. |
| Ctrl + Shift + C | Copies selected divisor into clipboard. |