diff --git a/Factorizator application.md b/Factorizator application.md new file mode 100644 index 0000000..23ad3ce --- /dev/null +++ b/Factorizator application.md @@ -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. | +