Results of 1 - 10 of about 20 for Exp (0.025 sec.)
- Vector Arithmetic Exp 12184
- « trader_errno trader_floor » PHP Manual Trader 関数 Vector Arithmetic Exp trader_exp (PECL trad
...
er >= 0.2.0) trader_exp — Vector Arithmetic Exp 説明 trader_exp ( array $r ...
or false on failure. 関連キーワード: Arithmetic , Exp , trader , array , exp , Returns , data , calculat ...
-
https://man.plustar.jp/php/function.trader-exp.html
- [similar]
- Parser examples 11912
- « Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculat
...
eft ( "'+' '-' '*' '/'" ); $p -> push ( "start" , "exp" ); $prod_add = $p -> push ( "exp" , "exp '+' exp" ...
); $prod_sub = $p -> push ( "exp" , "exp '-' exp" ); $prod_mul = $p -> push ( "exp" ...
, "exp '*' exp" ); $prod_div = $p -> push ( "exp" , "exp ...
'/' exp" ); $p -> push ( "exp" , "INTEGER" ); /* Productio ...
-
https://man.plustar.jp/php/parle.examples.parser.html
- [similar]
- 値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す 10774
- « exp fdiv » PHP Manual Math 関数 値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す
...
expm1 (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) expm1 — 値がゼロに近い時にでも精度を保つために exp(num ...
ber) - 1 を返す 説明 expm1 ( float $num ): float expm1() は、 'exp( num ) - ...
1' の値を返します。 num がゼロに近く、 'exp ( num ) - 1' が引き算時の桁落ちのために 不正確とな ...
でも精度を保つ方法で計算した log(1 + number) を返す exp() - e の累乗を計算する 関連キーワード: exp , 精度 ...
-
https://man.plustar.jp/php/function.expm1.html
- [similar]
- e の累乗を計算する 10740
- « deg2rad expm1 » PHP Manual Math 関数 e の累乗を計算する exp (PHP 4, PHP 5, PHP 7, PHP 8) exp —
...
e の累乗を計算する 説明 exp ( float $num ): float e を num 乗した値を返します。 ...
理する引数。 戻り値 'e' の num 乗を返します。 例 例1 exp() の例 <?php echo exp ( 12 ) . "\n" ; echo exp ( 5 ...
pow() - 指数表現 関連キーワード: 計算 , 累乗 , e , exp , num , float , Math , 関数 , expm , rad ...
-
https://man.plustar.jp/php/function.exp.html
- [similar]
- 定義済み定数 9720
- « リソース型 例 » PHP Manual Expect 定義済み定数 定義済み定数 以下の定数が定義されています。 この
...
実行時に動的にロードされている場合のみ使用可能です。 EXP_GLOB ( int ) パターンが、glob 形式の文字列パターン ...
であることを示します。 EXP_EXACT ( int ) パターンが、単なる文字列であることを ...
示します。 EXP_REGEXP ( int ) パターンが、正規表現形式の文字列パタ ...
ーンであることを示します。 EXP_EOF ( int ) EOF に到達した際に expect_expectl() が ...
-
https://man.plustar.jp/php/expect.constants.html
- [similar]
- プロセスの出力がパターンに一致する・指定した時間が経過する・ あるいは EOF に達す... 9499
- « Expect 関数 expect_popen » PHP Manual Expect 関数 プロセスの出力がパターンに一致する・指定した
...
は EOF に達するのいずれかにあてはまるまで待ち続ける expect_expectl (PECL expect >= 0.1.0) expect_expectl — ...
に達するのいずれかにあてはまるまで待ち続ける 説明 expect_expectl ( resource $expect , array $cases , arr ...
h[1] 、 match[2] 、 と順に、最大 match[9] まで (libexpect の制限です) 保存されます。 パラメータ expect 事 ...
前に expect_popen() でオープンした Expect ストリーム。 case ...
-
https://man.plustar.jp/php/function.expect-expectl.html
- [similar]
- Expect の使用例 9142
- « 例 Expect 関数 » PHP Manual 例 Expect の使用例 Expect の使用例 例1 Expect の使用例 この例ではリ
...
し、接続先の稼働時間を表示します。 <?php ini_set ( "expect.loguser" , "Off" ); $stream = fopen ( "expect:/ ...
y ( 0 => "password:" , 1 => PASSWORD ) ); switch ( expect_expectl ( $stream , $cases )) { case PASSWORD : ...
ケージのアップデートを実行します。 例2 もうひとつの Expect の使用例 <?php ini_set ( "expect.timeout" , - 1 ...
); ini_set ( "expect.loguser" , "Off" ); $stream = expect_popen ( "s ...
-
https://man.plustar.jp/php/expect.examples-usage.html
- [similar]
- 双曲線余弦(ハイパボリックコサイン) 8173
- « cos decbin » PHP Manual Math 関数 双曲線余弦(ハイパボリックコサイン) cosh (PHP 4 >= 4.1.0, P
...
num のハイパボリックコサインを返します。 これは、 (exp(arg) + exp(-arg))/2 で定義されます。 パラメータ nu ...
ント) 関連キーワード: 双曲線 , 余弦 , num , float , exp , 参考 , 正弦 , アーク , acosh , コサイン ...
-
https://man.plustar.jp/php/function.cosh.html
- [similar]
- 双曲線正弦(ハイパボリックサイン) 8173
- « sin sqrt » PHP Manual Math 関数 双曲線正弦(ハイパボリックサイン) sinh (PHP 4 >= 4.1.0, PHP 5
...
t num のハイパボリックサインを返します。 これは、 (exp(num) - exp(-num))/2 で定義されます。 パラメータ nu ...
ント) 関連キーワード: 双曲線 , 正弦 , num , float , exp , 参考 , 余弦 , アーク , asinh , サイン ...
-
https://man.plustar.jp/php/function.sinh.html
- [similar]
- Get error code 7953
- « trader_ema trader_exp » PHP Manual Trader 関数 Get error code trader_errno (PECL trader >= 0.3
...
ーワード: Get , trader , errno , 関数 , パラメータ , exp , Trader , int , operation , Returns ...
-
https://man.plustar.jp/php/function.trader-errno.html
- [similar]