Timeline for Pseudofactorial
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Jun 10, 2016 at 5:12 | review | Low quality posts | |||
| Jun 10, 2016 at 5:48 | |||||
| Jun 10, 2016 at 5:12 | history | edited | Leaky Nun | CC BY-SA 3.0 |
added 2 characters in body
|
| Jun 10, 2016 at 0:30 | comment | added | miles |
LCM operates element-wise on a list, which would be passed by Range, meaning this would just return the lcm(x) for x from 1 through n. Also, there's a missing & that would close the anonymous function. Something like LCM@@Range@#& for 13 bytes would work.
|
|
| Jun 10, 2016 at 0:04 | comment | added | Maltysen |
isn't this equivalent to just composing LCM and Range with @*?
|
|
| Jun 9, 2016 at 23:46 | review | Low quality posts | |||
| Jun 10, 2016 at 0:06 | |||||
| Jun 9, 2016 at 23:30 | history | answered | Leaky Nun | CC BY-SA 3.0 |