Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: gmp_invert - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

gmp_jacobi" width="11" height="7"/> <gmp_intval
Last updated: Mon, 05 Feb 2007

view this page in

gmp_invert

(PHP 4 >= 4.0.4, PHP 5)

gmp_invert — 法による逆

説明

resource gmp_invert ( resource a, resource b )

b を法とした a の 逆を計算します。逆が存在しない場合に FALSE を返します。

例 740. gmp_invert() の例

<?php
echo gmp_invert("5", "10"); // 逆は存在しないので何も出力せず、結果は FALSE となります
$invert = gmp_invert("5", "11");
echo
gmp_strval($invert) . "\n";
?>

上のプログラムの出力は以下のようになります。


9

     



add a note add a note User Contributed Notes
gmp_invert
There are no user contributed notes for this page.

gmp_jacobi" width="11" height="7"/> <gmp_intval
Last updated: Mon, 05 Feb 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites