検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 22 for [SIMILAR] 16 1024 4096 WITH 33384 modulus WITH 3... (0.055 sec.)
任意精度数値のべき乗の、指定した数値による剰余 10000
« bcpow bcscale » PHP Manual BC Math 関数 任意精度数値のべき乗の、指定した数値による剰余 bcpowmod (PHP 5, PHP 7, PHP 8) bcpowmod — 任意精度数値のべき乗の、指定した数値による剰余 説明 bcpowmod ( string $num , string $exponent , string $modulus , ? int $scale = null ): string modulus で割っ ...
https://man.plustar.jp/php/function.bcpowmod.html - [similar]
引数で除算をした際の剰余を返す 4925
« floor getrandmax » PHP Manual Math 関数 引数で除算をした際の剰余を返す fmod (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) fmod — 引数で除算をした際の剰余を返す 説明 fmod ( float $num1 , float $num2 ): float 被除数( num1 )を除数( num2 ) で割った余りを返します。余り( r )は、 整数 i を使用し ...
https://man.plustar.jp/php/function.fmod.html - [similar]
2 つの任意精度数値の剰余を取得する 4925
« bcdiv bcmul » PHP Manual BC Math 関数 2 つの任意精度数値の剰余を取得する bcmod (PHP 4, PHP 5, PHP 7, PHP 8) bcmod — 2 つの任意精度数値の剰余を取得する 説明 bcmod ( string $num1 , string $num2 , ? int $scale = null ): string num1 の、 num2 を法とする剰余を取得します。 num2 が 0でなければ ...
https://man.plustar.jp/php/function.bcmod.html - [similar]
2 つの variant の除算を行い、剰余を返す 4925
« variant_int variant_mul » PHP Manual COM関数 2 つの variant の除算を行い、剰余を返す variant_mod (PHP 5, PHP 7, PHP 8) variant_mod — 2 つの variant の除算を行い、剰余を返す 説明 variant_mod ( mixed $left , mixed $right ): variant left を right で除算し、剰余を返します。 パラメータ left ...
https://man.plustar.jp/php/function.variant-mod.html - [similar]
算術演算子 4925
« 演算子の優先順位 代入演算子 » PHP Manual 演算子 算術演算子 算術演算子 学校で習った初等算術を憶えていますか? この演算子はそれらと同様に動作します。 算術演算子 例 名前 結果 +$a 同一 $a を、必要に応じて int あるいは float に変換する -$a 負にする $a の逆 $a + $b 加算 $a および $b の合計 $a ...
https://man.plustar.jp/php/language.operators.arithmetic.html - [similar]
BC Math 関数 0
« 定義済み定数 bcadd » PHP Manual BC Math BC Math 関数 BC Math 関数 目次 bcadd — 2つの任意精度の数値を加算する bccomp — 2 つの任意精度数値を比較する bcdiv — 2つの任意精度数値で除算を行う bcmod — 2 つの任意精度数値の剰余を取得する bcmul — 2つの任意精度数値の乗算を行う bcpow — 任意精度数値 ...
https://man.plustar.jp/php/ref.bc.html - [similar]
BCMath 任意精度数学関数 0
« 数学 はじめに » PHP Manual 数学 BCMath 任意精度数学関数 BCMath 任意精度数学関数 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 BC Math 関数 bcadd — 2つの任意精度の数値を加算する bccomp — 2 つの任意精度数値を比較する bcdiv — 2つの任意精度数値で除算を ...
https://man.plustar.jp/php/book.bc.html - [similar]
任意精度数値をべき乗する 0
« bcmul bcpowmod » PHP Manual BC Math 関数 任意精度数値をべき乗する bcpow (PHP 4, PHP 5, PHP 7, PHP 8) bcpow — 任意精度数値をべき乗する 説明 bcpow ( string $num , string $exponent , ? int $scale = null ): string num の exponent 乗を求めます。 パラメータ num 基数を表す文字列。 exponent 指 ...
https://man.plustar.jp/php/function.bcpow.html - [similar]
関数・メソッド 0
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッドの一覧 a b c d e f g h i j k l m n o p q r s t u v w x y z _ 㠊 a abs - 絶対値 acos - 逆余弦(アークコサイン) acosh - 逆双曲線余弦(アークハイパボリックコサイン) addcslashes - C 言語と同様 ...
https://man.plustar.jp/php/indexes.functions.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]
PREV 1 2 3 NEXT