Tagged Questions
4
votes
2answers
245 views
Implementation of builtin function Fold
In the documentation for fold, it says
Fold[f,x,list] gives the last element of FoldList[f,x,list].
But this is surely not the way it is implemented, right? ...