recursive function

短语

[计] 递归函数

词形变化

recursive functions 复数 recursive functions

释义与例句

n.
  1. 1.

    Any function that uses recursion and can call itself until a certain condition is met.

    计算机 工程 数学
  2. 2.

    Any function whose value may be obtained using a finite number of operations using a precisely specified algorithm.

    数学