検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 181 for [SIMILAR] 16 1024 4096 WITH 22401 基数 WITH 1303... (0.193 sec.)
8 進数を 10 進数に変換する 4829
« mt_srand pi » PHP Manual Math 関数 8 進数を 10 進数に変換する octdec (PHP 4, PHP 5, PHP 7, PHP 8) octdec — 8 進数を 10 進数に変換する 説明 octdec ( string $octal_string ): int | float octal_string により指定された 8 進数を 10 進数表現した数値を返します。 パラメータ octal_string 変換した ...
https://man.plustar.jp/php/function.octdec.html - [similar]
10 進数を 16 進数に変換する 4829
« decbin decoct » PHP Manual Math 関数 10 進数を 16 進数に変換する dechex (PHP 4, PHP 5, PHP 7, PHP 8) dechex — 10 進数を 16 進数に変換する 説明 dechex ( int $num ): string num で指定した符号なし整数値を 16 進数表現した文字列を返します。 変換できる最大の数字は、32 ビットプラットフォームの ...
https://man.plustar.jp/php/function.dechex.html - [similar]
2 進数 を 10 進数に変換する 4829
« base_convert ceil » PHP Manual Math 関数 2 進数 を 10 進数に変換する bindec (PHP 4, PHP 5, PHP 7, PHP 8) bindec — 2 進数 を 10 進数に変換する 説明 bindec ( string $binary_string ): int | float 引数 binary_string により指定された 2 進数と等価な 10 進数を返します。 bindec() は、2 進数を ...
https://man.plustar.jp/php/function.bindec.html - [similar]
Math 関数 4829
« 定義済み定数 abs » PHP Manual Math Math 関数 Math 関数 目次 abs — 絶対値 acos — 逆余弦(アークコサイン) acosh — 逆双曲線余弦(アークハイパボリックコサイン) asin — 逆正弦(アークサイン) asinh — 逆双曲線正弦(アークハイパボリックサイン) atan2 — 2 変数のアークタンジェント atan — 逆正接 ...
https://man.plustar.jp/php/ref.math.html - [similar]
16進数にエンコードする 4829
« sodium_bin2base64 sodium_compare » PHP Manual Sodium 関数 16進数にエンコードする sodium_bin2hex (PHP 7 >= 7.2.0, PHP 8) sodium_bin2hex — 16進数にエンコードする 説明 sodium_bin2hex ( string $string ): string 生バイナリ文字列を16進文字列にエンコードします。 標準の16進文字列にエンコードす ...
https://man.plustar.jp/php/function.sodium-bin2hex.html - [similar]
GNU Multiple Precision 2797
« bcsub はじめに » PHP Manual 数学 GNU Multiple Precision GNU Multiple Precision はじめに インストール/設定 要件 インストール手順 実行時設定 定義済み定数 例 GMP 関数 gmp_abs — 絶対値 gmp_add — 数値を加算する gmp_and — ビット AND を計算する gmp_binomial — 二項係数を計算する gmp_clrbit — ビ ...
https://man.plustar.jp/php/book.gmp.html - [similar]
GMP 関数 2797
« 例 gmp_abs » PHP Manual GMP GMP 関数 GMP 関数 参考 より数学的な関数が、 数学 の節にあります。 目次 gmp_abs — 絶対値 gmp_add — 数値を加算する gmp_and — ビット AND を計算する gmp_binomial — 二項係数を計算する gmp_clrbit — ビットをクリアする gmp_cmp — 数を比較する gmp_com — 1 の補数を計算 ...
https://man.plustar.jp/php/ref.gmp.html - [similar]
数値を除算する 2797
« gmp_com gmp_div_qr » PHP Manual GMP 関数 数値を除算する gmp_div_q (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_div_q — 数値を除算する 説明 gmp_div_q ( GMP | int | string $num1 , GMP | int | string $num2 , int $rounding_mode = GMP_ROUND_ZERO ): GMP num1 を num2 で割り、 結果を整数で返します ...
https://man.plustar.jp/php/function.gmp-div-q.html - [similar]
ビットを設定する 2797
« gmp_scan1 gmp_sign » PHP Manual GMP 関数 ビットを設定する gmp_setbit (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_setbit — ビットを設定する 説明 gmp_setbit ( GMP $num , int $index , bool $value = true ): void num のビット index を設定します。 パラメータ num 変更したい値。 GMP オブジェクト ...
https://man.plustar.jp/php/function.gmp-setbit.html - [similar]
ビット AND を計算する 2797
« gmp_add gmp_binomial » PHP Manual GMP 関数 ビット AND を計算する gmp_and (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_and — ビット AND を計算する 説明 gmp_and ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP 2 つの GMP 数のビット AND を計算します。 パラメータ num1 GMP オブジェ ...
https://man.plustar.jp/php/function.gmp-and.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT