apply(n,f)
i1 : apply(10, i -> i^2) o1 = {0, 1, 4, 9, 16, 25, 36, 49, 64, 81} o1 : List
The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/Macaulay2Doc/functions/apply-doc.m2:93:0.