| recursive bâzâyeši Fr.: récursif    1) Pertaining to or using a rule or procedure that can be applied repeatedly.  Adjective from → recursion. | 
| recursive definition hedâreš-e bâzâyeši Fr.: définition récursive    Math.: A definition of a function from which values of the same function can be calculated in a finite number of steps. In mathematical logic and computer science, a recursive definition is used to define an object in terms of itself. An example is the → factorial: n! = n*(n-1)! → recursive; → definition. |