1<?xml version="1.0" encoding="utf-8"?>
2<page xmlns="http://projectmallard.org/1.0/" type="guide" id="factorize" xml:lang="nn">
3
4    <info>
5        <link type="guide" xref="index#equation"/>
6    </info>
7
8	<title>Factorization</title>
9
10    <p>
11    You can factorize the number currently displayed by pressing <keyseq><key>Ctrl</key><key>F</key></keyseq> or by pressing the <gui>fact</gui> button.
12    This button is visible in <link xref="mouse">programming mode</link>.
13    </p>
14    <p>
15    To factorize integers bigger than 2^64 the Miller-Rabin primality test and Pollard's rho algorithm are used.
16    </p>
17</page>
18