Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
strength reduction
Jump to user comments
An optimisation where a function of some systematically
changing variable is calculated more efficiently by using
previous values of the function. In a procedural language
this would apply to an expression involving a loop variable
and in a declarative language it would apply to the argument
of a recursive function. E.g.