Sujet : Re: Linux 6.15.0-rc1-next-20250410
De : vallor (at) *nospam* cultnix.org (vallor)
Groupes : comp.os.linux.advocacyDate : 13. Apr 2025, 01:13:37
Autres entêtes
Message-ID : <m60dthF84a5U1@mid.individual.net>
References : 1 2 3 4 5 6
User-Agent : Pan/0.162 (Hmm4; f7d29671; Linux-6.14.2)
On Sat, 12 Apr 2025 15:27:11 +0000, Farley Flud <
fflud@gnu.rocks> wrote in
<
18359bb4cb1fa7b5$101453$1602464$802601b3@news.usenetexpress.com>:
You don't use bc because you are an innumerate idiot
$ cat subfactorial.b
define subfactorial(n) {
auto a, b, c, i;
if (n == 0) return 1;
if (n == 1) return 0;
a = 1;
b = 0;
for (i = 2; i <= n; ++i) {
c = (i - 1) * (a + b);
a = b;
b = c;
}
return c;
}
I'll bet you've never done that, have you, huh? huh? huh?
Go soak your head in a bucket until you stop moving, creep.
-- -v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti OS: Linux 6.14.2 Release: Mint 22.1 Mem: 258G "Wanted: Volcano. Average size. Must be active."