検索結果- 英語 - 多言語
検索内容:
function objects
plural of function object
「関数オブジェクト(function object)」は、関数のように振る舞うオブジェクトを指します。この単語『function objects』は、その複数形であり、複数の関数オブジェクトを表す表記です。
function object
(object-oriented programming) An object that encapsulates a function pointer (or equivalent).
オブジェクト指向プログラミングにおいて、関数ポインタ(またはそれに相当するもの)をカプセル化するオブジェクト
signum function
(mathematics) The function that determines the sign of a real number, yielding -1 if negative, +1 if positive, or otherwise zero.
実数の符号を判定する数学的関数で、負の場合は-1、正の場合は+1、その他の場合は0を返す関数。
valuation function
(logic) A function which assigns a truth value to every well-formed formula, which is identical to the model's interpretation function when applied to atomic propositions, and which otherwise assigns a truth value recursively depending on the formula's top logical connective and the truth values of the subformulae surrounding that logical connective.
(論理学において)すべての整形式文に対して真偽値を割り当てる関数。原子命題に対してはモデルの解釈関数と一致し、それ以外の場合は、文の最上位の論理結合子と周囲の部分式の真偽値に基づいて再帰的に真偽値を決定する関数。
bounded function
(mathematics) Any function whose values remain bounded by some constant.
有界関数:ある定数によってその値が制限される(数学的な意味において)関数
linear functions
plural of linear function
複数の線形関数、すなわち複数の「linear function」を示す用語です。
computable function
(computer science) A mathematical function that can be computed using an abstract computation machine such as Turing machine.
計算可能な関数: コンピュータ科学において、抽象的な計算モデル(例:チューリングマシン)を用いて計算可能な数学的関数
additive function
(mathematics) A unary function that preserves the addition operation; a unary function f such that for any x and y: f(x + y) = f(x) + f(y).
数学において、加法演算を保存する一変数関数。すなわち、任意の x と y に対して f(x + y) = f(x) + f(y) が成立する関数を指す。
quadratic functions
signum functions
plural of signum function
「符号関数」の複数形。つまり、ひとつの符号関数(数の符号を返す関数)の複数形として、複数の符号関数を指します。