gmp_legendre
(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)
gmp_legendre — ルジェンドル記号
説明
num1
と num2
の
» ルジェンドル記号
を計算します。num2
は、正の奇数である必要があります。
パラメータ
戻り値
GMP オブジェクトを返します。
例
例1 gmp_legendre() の例
<?php
echo gmp_legendre("1", "3") . "\n";
echo gmp_legendre("2", "3") . "\n";
?>
上の例の出力は以下となります。
1 0
参考
- gmp_jacobi() - ヤコビ記号
- gmp_kronecker() - クロネッカーの記号を計算する
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google