Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.advocacy > #688923

Re: Linux 6.15.0-rc1-next-20250410

From vallor <vallor@cultnix.org>
Newsgroups comp.os.linux.advocacy
Subject Re: Linux 6.15.0-rc1-next-20250410
Date 2025-04-13 00:13 +0000
Message-ID <m60dthF84a5U1@mid.individual.net> (permalink)
References (1 earlier) <1834ef2e0dfd9bb3$93604$1602464$802601b3@news.usenetexpress.com> <m5rv5tFi7imU2@mid.individual.net> <18354d1558ea3796$32420$647894$802601b3@news.usenetexpress.com> <67fa3946$0$16824$426a74cc@news.free.fr> <18359bb4cb1fa7b5$101453$1602464$802601b3@news.usenetexpress.com>

Show all headers | View raw


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."

Back to comp.os.linux.advocacy | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Linux 6.15.0-rc1-next-20250410 vallor <vallor@cultnix.org> - 2025-04-10 09:13 +0000
  Re: Linux 6.15.0-rc1-next-20250410 Farley Flud <fsquared@fsquared.linux> - 2025-04-10 10:45 +0000
    Re: Linux 6.15.0-rc1-next-20250410 Joel <joelcrump@gmail.com> - 2025-04-10 07:10 -0400
    Re: Linux 6.15.0-rc1-next-20250410 vallor <vallor@cultnix.org> - 2025-04-11 07:37 +0000
      Re: Linux 6.15.0-rc1-next-20250410 Farley Flud <fsquared@fsquared.linux> - 2025-04-11 15:26 +0000
        Re: Linux 6.15.0-rc1-next-20250410 Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-04-12 09:58 +0000
          Re: Linux 6.15.0-rc1-next-20250410 Farley Flud <fflud@gnu.rocks> - 2025-04-12 15:27 +0000
            Re: Linux 6.15.0-rc1-next-20250410 vallor <vallor@cultnix.org> - 2025-04-13 00:13 +0000
    Re: Linux 6.15.0-rc1-next-20250410 Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-04-12 09:47 +0000

csiph-web