Results of 1 - 10 of about 21 for mul (0.009 sec.)
- 数値を乗算する 14765
- « gmp_mod gmp_neg » PHP Manual GMP 関数 数値を乗算する gmp_mul (PHP 4 >= 4.0.4, PHP 5, PHP 7, PH
...
P 8) gmp_mul — 数値を乗算する 説明 gmp_mul ( GMP | int | string ...
列。 戻り値 GMP オブジェクトを返します。 例 例1 gmp_mul() の例 <?php $mul = gmp_mul ( "12345678" , "2000" ...
); echo gmp_strval ( $mul ) . "\n" ; ?> 上の例の出力は以下となります。 24691 ...
356000 関連キーワード: 数値 , num , 乗算 , mul , オブジェクト , int , string , 整数 , 変換 , 形式 ...
-
https://man.plustar.jp/php/function.gmp-mul.html
- [similar]
- スカラー値を乗算する 10807
- « sodium_crypto_core_ristretto255_scalar_invert sodium_crypto_core_ristretto255_scalar_negate »
...
値を乗算する sodium_crypto_core_ristretto255_scalar_mul (PHP 8 >= 8.1.0) sodium_crypto_core_ristretto255_s ...
calar_mul — スカラー値を乗算する 説明 sodium_crypto_core_ris ...
tretto255_scalar_mul ( string $x , string $y ): string スカラー値を乗算 ...
ラー , 乗算 , sodium , crypto , ristretto , scalar , mul , string , 関数 , 座標 ...
-
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-mul.h...
- [similar]
- 例 9860
- « 定義済み定数 Yar_Server » PHP Manual Yar 例 例 例1 Yar Server Example <?php /* assume this pag
...
unction sub ( $a , $b ) { return $a - $b ; } /** * Mul */ public function mul ( $a , $b ) { return $a * $ ...
ent :: call ( "http://example.com/operator.php" , "mul" , array( 2 , 2 ), "callback" ); /* sent all reque ...
?> 上の例の出力は、 たとえば以下のようになります。 mul result: 4 sub result: 1 add result: 3 関連キーワー ...
-
https://man.plustar.jp/php/yar.examples.html
- [similar]
- 2 つの variant の乗算を行い、その結果を返す 9792
- « variant_mod variant_neg » PHP Manual COM関数 2 つの variant の乗算を行い、その結果を返す varia
...
nt_mul (PHP 5, PHP 7, PHP 8) variant_mul — 2 つの variant ...
の乗算を行い、その結果を返す 説明 variant_mul ( mixed $left , mixed $right ): variant left と ri ...
の結果を返す 関連キーワード: variant , 乗算 , 関数 , mul , right , 両者 , 変換 , クラス , 除算 , 数値 ...
-
https://man.plustar.jp/php/function.variant-mul.html
- [similar]
- 符号を反転する 8997
- « gmp_mul gmp_nextprime » PHP Manual GMP 関数 符号を反転する gmp_neg (PHP 4 >= 4.0.4, PHP 5, PHP
...
1 関連キーワード: 符号 , 反転 , neg , num , 数値 , mul , next , 関数 , int , string ...
-
https://man.plustar.jp/php/function.gmp-neg.html
- [similar]
- 最大公約数と乗数を計算する 8287
- « gmp_gcd gmp_hamdist » PHP Manual GMP 関数 最大公約数と乗数を計算する gmp_gcdext (PHP 4 >= 4.0.
...
gmp_strval ( $r [ 'g' ])); $eq_res = gmp_add ( gmp_mul ( $a , $r [ 's' ]), gmp_mul ( $b , $r [ 't' ])); $ ...
-
https://man.plustar.jp/php/function.gmp-gcdext.html
- [similar]
- 例 8118
- « 定義済み定数 GMP 関数 » PHP Manual GMP 例 例 例1 GMP を使用した階乗関数 <?php function fact (
...
; for ( $i = 2 ; $i <= $x ; $i ++) { $return = gmp_mul ( $return , $i ); } return $return ; } echo gmp_st ...
-
https://man.plustar.jp/php/gmp.examples.html
- [similar]
- Parser examples 8118
- « Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculat
...
_sub = $p -> push ( "exp" , "exp '-' exp" ); $prod_mul = $p -> push ( "exp" , "exp '*' exp" ); $prod_div ...
- $r = " . ( $l - $r ) . "\n" ; break; case $prod_mul : $l = $p -> sigil ( 0 ); $r = $p -> sigil ( 2 ); ...
-
https://man.plustar.jp/php/parle.examples.parser.html
- [similar]
- モジュロ演算 7881
- « gmp_legendre gmp_mul » PHP Manual GMP 関数 モジュロ演算 gmp_mod (PHP 4 >= 4.0.4, PHP 5, PHP 7,
...
-
https://man.plustar.jp/php/function.gmp-mod.html
- [similar]
- スカラー値を反転させる 7814
- « sodium_crypto_core_ristretto255_scalar_complement sodium_crypto_core_ristretto255_scalar_mul »
...
-
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-inver...
- [similar]