検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 358 for [SIMILAR] 16 1024 4096 WITH 22140 ハッ WITH 2021... (0.614 sec.)
2 つの variant の累乗計算を行い、その結果を返す 0
« variant_or variant_round » PHP Manual COM関数 2 つの variant の累乗計算を行い、その結果を返す variant_pow (PHP 5, PHP 7, PHP 8) variant_pow — 2 つの variant の累乗計算を行い、その結果を返す 説明 variant_pow ( mixed $left , mixed $right ): variant left の right 乗を返します。 パラメータ ...
https://man.plustar.jp/php/function.variant-pow.html - [similar]
データの比較にコールバック関数を用い、 追加された添字の確認も含めて配列の共通項... 0
« array_udiff array_uintersect_uassoc » PHP Manual 配列 関数 データの比較にコールバック関数を用い、 追加された添字の確認も含めて配列の共通項を計算する array_uintersect_assoc (PHP 5, PHP 7, PHP 8) array_uintersect_assoc — データの比較にコールバック関数を用い、 追加された添字の確認も含めて ...
https://man.plustar.jp/php/function.array-uintersect-assoc.html - [similar]
データと添字の比較に個別のコールバック関数を用い、 追加された添字の確認も含めて... 0
« array_uintersect_assoc array_uintersect » PHP Manual 配列 関数 データと添字の比較に個別のコールバック関数を用い、 追加された添字の確認も含めて配列の共通項を計算する array_uintersect_uassoc (PHP 5, PHP 7, PHP 8) array_uintersect_uassoc — データと添字の比較に個別のコールバック関数を用い、 ...
https://man.plustar.jp/php/function.array-uintersect-uassoc.html - [similar]
値がゼロに近い時にでも精度を保つ方法で計算した log(1 + number) を返す 0
« log10 log » PHP Manual Math 関数 値がゼロに近い時にでも精度を保つ方法で計算した log(1 + number) を返す log1p (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) log1p — 値がゼロに近い時にでも精度を保つ方法で計算した log(1 + number) を返す 説明 log1p ( float $num ): float log1p() は、 log(1 + num ) の ...
https://man.plustar.jp/php/function.log1p.html - [similar]
べき乗を計算する 0
« gmp_popcount gmp_powm » PHP Manual GMP 関数 べき乗を計算する gmp_pow (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_pow — べき乗を計算する 説明 gmp_pow ( GMP | int | string $num , int $exponent ): GMP num の exponent 乗を計算します。 パラメータ num もととなる数。 GMP オブジェクト、整数、ある ...
https://man.plustar.jp/php/function.gmp-pow.html - [similar]
メッセージをハッシュに追加する 0
« sodium_crypto_generichash_keygen sodium_crypto_generichash » PHP Manual Sodium 関数 メッセージをハッシュに追加する sodium_crypto_generichash_update (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_generichash_update — メッセージをハッシュに追加する 説明 sodium_crypto_generichash_update ( string & ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-update.html - [similar]
べき乗とモジュロを計算する 0
« gmp_pow gmp_prob_prime » PHP Manual GMP 関数 べき乗とモジュロを計算する gmp_powm (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_powm — べき乗とモジュロを計算する 説明 gmp_powm ( GMP | int | string $num , GMP | int | string $exponent , GMP | int | string $modulus ): GMP modulus を法として ( ...
https://man.plustar.jp/php/function.gmp-powm.html - [similar]
e の累乗を計算する 0
« deg2rad expm1 » PHP Manual Math 関数 e の累乗を計算する exp (PHP 4, PHP 5, PHP 7, PHP 8) exp — e の累乗を計算する 説明 exp ( float $num ): float e を num 乗した値を返します。 注意 : ' e ' は自然対数の底で、およそ 2.718282 です。 パラメータ num 処理する引数。 戻り値 'e' の num 乗を返しま ...
https://man.plustar.jp/php/function.exp.html - [similar]
除算の余りを計算する 0
« gmp_div_qr gmp_div » PHP Manual GMP 関数 除算の余りを計算する gmp_div_r (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_div_r — 除算の余りを計算する 説明 gmp_div_r ( GMP | int | string $num1 , GMP | int | string $num2 , int $rounding_mode = GMP_ROUND_ZERO ): resource num1 を num2 で整数として ...
https://man.plustar.jp/php/function.gmp-div-r.html - [similar]
直角三角形の斜辺の長さを計算する 0
« hexdec intdiv » PHP Manual Math 関数 直角三角形の斜辺の長さを計算する hypot (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) hypot — 直角三角形の斜辺の長さを計算する 説明 hypot ( float $x , float $y ): float hypot() は、直角をはさむ 2 辺の長さが x および y である 直角三角形の斜辺の長さ、すなわち原 ...
https://man.plustar.jp/php/function.hypot.html - [similar]