File: factorize.page

package info (click to toggle)
mate-calc 1.28.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,984 kB
  • sloc: ansic: 12,951; makefile: 266; yacc: 202; lex: 124; xml: 111; perl: 48; sh: 32
file content (18 lines) | stat: -rw-r--r-- 575 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<page xmlns="http://projectmallard.org/1.0/"
      type="guide"
      id="factorize">

    <info>
        <link type="guide" xref="index#equation"/>
    </info>

	<title>Factorization</title>

    <p>
    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>