👉 Ratement is a term in the field of computer science that refers to a program or algorithm that uses recursion. It is used when a function calls itself repeatedly, until it reaches its base case (when the input is less than 0). Recursion allows for efficient computation and allows us to solve problems that would be very difficult to solve using loops or simple arithmetic operations.