検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 405 for Num (0.002 sec.)
双曲線正弦(ハイパボリックサイン) 5919
« sin sqrt » PHP Manual Math 関数 双曲線正弦(ハイパボリックサイン) sinh (PHP 4 >= 4.1.0, PHP 5 ... 曲線正弦(ハイパボリックサイン) 説明 sinh ( float $num ): float num のハイパボリックサインを返します。 こ ... れは、 (exp(num) - exp(-num))/2 で定義されます。 パラメータ num... 理する引数。 戻り値 num のハイパボリックサインを返します。 参考 sin() - 正 ... リックタンジェント) 関連キーワード: 双曲線 , 正弦 , num , float , exp , 参考 , 余弦 , アーク , asinh , サイ ...
https://man.plustar.jp/php/function.sinh.html - [similar]
Retrieves the number of fields (columns) on a statement 5859
« sqlsrv_next_result sqlsrv_num_rows » PHP Manual SQLSRV 関数 Retrieves the number of fields (co ... lumns) on a statement sqlsrv_num_fields (No version information available, might on ... ly be in Git) sqlsrv_num_fields — Retrieves the number of fields (columns) ... on a statement 説明 sqlsrv_num_fields ( resource $stmt ): mixed Retrieves the num ... ement. パラメータ stmt The statement for which the number of fields is returned. sqlsrv_num_fields() can ...
https://man.plustar.jp/php/function.sqlsrv-num-fields.html - [similar]
双曲線正接(ハイパボリックタンジェント) 5859
« tan Trader » PHP Manual Math 関数 双曲線正接(ハイパボリックタンジェント) tanh (PHP 4 >= 4.1. ... 接(ハイパボリックタンジェント) 説明 tanh ( float $num ): float num のハイパボリックタンジェントを返します ... 。 これは sinh(num)/cosh(num) で定義されます。 パラメータ num 処理する ... 引数。 戻り値 num のハイパボリックタンジェントを返します。 参考 tan( ... パボリックコサイン) 関連キーワード: 双曲線 , 正接 , num , float , Trader , Math , 関数 , 定義 , パラメータ ...
https://man.plustar.jp/php/function.tanh.html - [similar]
端数の切り上げ 5833
« bindec cos » PHP Manual Math 関数 端数の切り上げ ceil (PHP 4, PHP 5, PHP 7, PHP 8) ceil — 端数 ... の切り上げ 説明 ceil ( int | float $num ): float 必要に応じて num を切り上げ、 num の次に大 ... きい整数値を返します。 パラメータ num 丸める値。 戻り値 num の次に大きい整数値を返します ... よりも広いためです。 変更履歴 バージョン 説明 8.0.0 num は、 数値への変換をサポートした内部オブジェクトを受 ... 動小数点数を丸める 関連キーワード: 端数 , 切り上げ , num , ceil , float , int , 整数 , 数値 , 切り捨て , 参 ...
https://man.plustar.jp/php/function.ceil.html - [similar]
Get result of next query when executing multiple SQL statements 5833
« cubrid_move_cursor cubrid_num_cols » PHP Manual CUBRID 関数 Get result of next query when exec ... -- get_result_info --------------------\n" ); $row_num = cubrid_num_rows ( $req ); $col_num = cubrid_num_ ... column_last_name = cubrid_field_name ( $req , $col_num - 1 ); $column_last_table = cubrid_field_table ( $ ... req , $col_num - 1 ); $column_last_type = cubrid_field_type ( $re ... q , $col_num - 1 ); $column_last_len = cubrid_field_len ( $req ...
https://man.plustar.jp/php/function.cubrid-next-result.html - [similar]
Creates an empty training data struct 5833
« fann_create_train_from_callback fann_descale_input » PHP Manual Fann 関数 Creates an empty tra ... training data struct 説明 fann_create_train ( int $num_data , int $num_input , int $num_output ): resourc ... Creates an empty training data struct. パラメータ num_data The number of training data num_input The num ... ber of inputs per training data num_output The number of ouputs per training data 戻り ... o a file 関連キーワード: fann , Creates , struct , num , in , data , create , file , input , int ...
https://man.plustar.jp/php/function.fann-create-train.html - [similar]
文の実行で作用された行数を取得する 5833
« oci_num_fields oci_parse » PHP Manual OCI8 関数 文の実行で作用された行数を取得する oci_num_row ... s (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_num_rows — 文の実行で作用された行数を取得する 説明 oci ... _num_rows ( resource $statement ): int | false 文の実行 ... します。 失敗した場合に false を返します 例 例1 oci_num_rows() の例 <?php $conn = oci_connect ( "hr" , "hr ... from employees" ); oci_execute ( $stid ); echo oci_num_rows ( $stid ) . " rows inserted.<br />\n" ; oci_f ...
https://man.plustar.jp/php/function.oci-num-rows.html - [similar]
結果における行数を返す 5833
« odbc_num_fields odbc_pconnect » PHP Manual ODBC 関数 結果における行数を返す odbc_num_rows (PHP ... 4, PHP 5, PHP 7, PHP 8) odbc_num_rows — 結果における行数を返す 説明 odbc_num_rows ( ... INSERT、UPDATE および DELETE 命令に関しては、 odbc_num_rows() は、変更された行の数を返します。 SELECT 文の ... SELECT の後に利用可能な行の数を定義するために odbc_num_rows() を使用した場合、 多くのドライバにおいて、-1 ... が返されます。 関連キーワード: num , 行 , rows , 関数 , 注意 , 利用 , 変更 , エラー , ...
https://man.plustar.jp/php/function.odbc-num-rows.html - [similar]
絶対値 5799
« Math 関数 acos » PHP Manual Math 関数 絶対値 abs (PHP 4, PHP 5, PHP 7, PHP 8) abs — 絶対値 説明 ... abs ( int | float $num ): int | float num の絶対値を返します。 パラメータ ... num 処理する数値。 戻り値 num の絶対値を返します。もし ... num の型が float であった場合、 戻り値の型も float とな ... ありえるからです)。 変更履歴 バージョン 説明 8.0.0 num は、 数値への変換をサポートした内部オブジェクトを受 ...
https://man.plustar.jp/php/function.abs.html - [similar]
値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す 5799
« exp fdiv » PHP Manual Math 関数 値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す ... expm1 — 値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す 説明 expm1 ( float $num ): float ex ... pm1() は、 'exp( num ) - 1' の値を返します。 num がゼロに近く、 'exp ( ... も正確な値が計算できる方法を使用します。 パラメータ num 処理する引数。 戻り値 'e' の num 乗から 1 を引いた ... がゼロに近い時にでも精度を保つ方法で計算した log(1 + number) を返す exp() - e の累乗を計算する 関連キーワー ...
https://man.plustar.jp/php/function.expm1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT