1.
function (math)
A mathematical relationship where each input has exactly one output.
関数のグラフを描く。
Draw the graph of a function.
三角関数を勉強する。
Study trigonometric functions.
この関数のxに3を代入すると、yは9になる。
If you substitute 3 for x in this function, y becomes 9.
2.
function (programming)
A reusable block of code that performs a specific task.
Excelで関数を使う。
Use functions in Excel.
関数を呼び出してデータを処理する。
Call a function to process data.
この関数は二つの引数を受け取って、合計を返す。
This function takes two arguments and returns the total.
関数 is used in both mathematics and programming.
MATH FUNCTIONS:
- 一次関数: linear function
- 二次関数: quadratic function
- 三角関数: trigonometric functions
- 指数関数: exponential function
- 対数関数: logarithmic function
PROGRAMMING:
- 関数を呼び出す: to call a function
- 関数を定義する: to define a function
- 戻り値: return value
- 引数: argument, parameter
SPREADSHEET FUNCTIONS:
- SUM関数: SUM function
- IF関数: IF function
Related Words
Related:
変数 (variable)