noun
recursive function
A function that calls itself during execution. Used in programming and mathematical logic.
再帰関数を使って階乗を計算する。
Calculate the factorial using a recursive function.
この再帰関
This recursive function is prone to falling into an infinite loop.