From 4118a4d941ceb1c67d8203633cbd4e882833b8b3 Mon Sep 17 00:00:00 2001 From: chibicitiberiu Date: Tue, 25 Dec 2018 20:32:51 +0000 Subject: [PATCH] Update page 'Factorizator application' --- Factorizator application.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Factorizator application.md 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. | +