gmp_kronecker
(PHP 7 >= 7.3.0)
gmp_kronecker — Kronecker symbol
说明
This function computes the Kronecker symbol of a
and b
.
参数
-
a
-
可以是一个 GMP 数据 resouce,或一个可以转换为数值的字符串。
-
b
-
可以是一个 GMP 数据 resouce,或一个可以转换为数值的字符串。
返回值
Returns the Kronecker symbol of a
and b
参见
- gmp_jacobi() - Jacobi symbol
- gmp_legendre() - Legendre symbol