Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.advocacy > #688923
| Path | csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | vallor <vallor@cultnix.org> |
| Newsgroups | comp.os.linux.advocacy |
| Subject | Re: Linux 6.15.0-rc1-next-20250410 |
| Date | 13 Apr 2025 00:13:37 GMT |
| Lines | 28 |
| Message-ID | <m60dthF84a5U1@mid.individual.net> (permalink) |
| References | <m5pgelF86pcU1@mid.individual.net> <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> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | individual.net inX2PcgnO/T75qz/CBP8tQPvExpgd2ExozCub2ZrAJZlqBbCyi |
| Cancel-Lock | sha1:49o2ezQV0BKr/4PCZ6lAebK77X0= sha256:5dZTKuPTS3GLpWXTgGW9mFG9cTZihGQHRb9+chY9Idw= |
| X-Face | +McU)#<-H?9lTb(Th!zR`EpVrp<0)1p5CmPu.kOscy8LRp_\u`:tW;dxPo./(fCl CaKku`)]}.V/"6rISCIDP` |
| User-Agent | Pan/0.162 (Hmm4; f7d29671; Linux-6.14.2) |
| Xref | csiph.com comp.os.linux.advocacy:688923 |
Show key headers only | 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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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