diff options
Diffstat (limited to 'help')
-rw-r--r-- | help/C/factorize.page | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/help/C/factorize.page b/help/C/factorize.page index 4094d60..9edfd59 100644 --- a/help/C/factorize.page +++ b/help/C/factorize.page @@ -7,9 +7,12 @@ </info> <title>Factorization</title> - + <p> - You can factorize the number currently displayed by pressing the <gui>fact</gui> button. + 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. This button is visible in <link xref="mouse">programming mode</link>. </p> + <p> + To factorize integers bigger than 2^64 the Miller-Rabin primality test and Pollard's rho algorithm are used. + </p> </page> |