RECURSIONS
Scrabble letter values: R1E1C3U1R1S1I1O1N1S1 = 12
Definition
RECURSIONS is the plural of RECURSION.
noun RECURSION: (mathematics) an expression such that each term is generated by repeating a particular mathematical operation.
Examples
- “n! = n × (n − 1)! (for n > 0) or 1 (for n = 0) defines the factorial function using recursion.”
- “This function uses recursion to compute factorials.”