Open RobinHankin opened 6 years ago
the package should reference the sublime example on Reduce.Rd
For the record, the example given in Reduce.Rd is
Reduce.Rd
> cfrac <- function(x) Reduce(function(u, v) u + 1 / v, x, right = TRUE) > cfrac(c(3,7,15,1,292)) [1] 3.141593
the package should reference the sublime example on Reduce.Rd