mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Turned URL into entity
<!ENTITY url.symbole_legendre "http://www.utm.edu/research/primes/glossary/LegendreSymbol.html"> git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@54527 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f114f2b174
commit
0887388ff8
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<reference id="ref.gmp">
|
||||
<title>GMP functions</title>
|
||||
<titleabbrev>GMP</titleabbrev>
|
||||
|
@ -757,7 +757,7 @@ print gmp_strval (fact (1000)) . "\n";
|
|||
</funcsynopsis>
|
||||
<para>
|
||||
Compute the
|
||||
<ulink url="http://www.utm.edu/research/primes/glossary/LegendreSymbol.html">
|
||||
<ulink url="&url.symbole-legendre;">
|
||||
Legendre symbol</ulink> of <parameter>a</parameter> and
|
||||
<parameter>p</parameter>. <parameter>p</parameter> should be odd
|
||||
and must be positive.
|
||||
|
|
Loading…
Reference in a new issue