posts tagged programmingview all ยป
Splitting hairs
2024-01-11 02:13 -0500 programming
The split
function,
near-universal in modern programming languages,
for separating a string into a list of strings on a delimiter:
how hard could it be?
Factorial in Mathematica
2020-08-21 21:57 -0500 programmingmathematica
Here is a list of (mostly) increasingly stupid ways
of calculating the factorial of n
in Mathematica.