From 387d49f9464828da39a2fd31b40f2d1b411dbe43 Mon Sep 17 00:00:00 2001 From: chibicitiberiu Date: Tue, 25 Dec 2018 20:34:31 +0000 Subject: [PATCH] Update page 'Factorizator application' --- Factorizator application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Factorizator application.md b/Factorizator application.md index 6a31bea..cc4073d 100644 --- a/Factorizator application.md +++ b/Factorizator application.md @@ -1,4 +1,4 @@ -# Getting started +# Factorizator 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.