Newest at the top
2025-08-26 09:25:45 +0200 | <jreicher> | lortabac: I'm not familiar with that but looking at the code I think it carries around the number as a surd? |
2025-08-26 09:25:20 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-08-26 09:24:47 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) wootehfoot |
2025-08-26 09:24:40 +0200 | chele | (~chele@user/chele) chele |
2025-08-26 09:23:34 +0200 | <lortabac> | but under the hood it probably still does n ** (1 / m) |
2025-08-26 09:22:57 +0200 | <lortabac> | numeric-prelude has a class with a 'root' method |
2025-08-26 09:22:19 +0200 | <jreicher> | Axman6: https://hackage.haskell.org/package/ghc-internal-9.1201.0/docs/src/GHC.Internal.Float.html#sqrt |
2025-08-26 09:20:20 +0200 | trickard_ | (~trickard@cpe-63-98-47-163.wireline.com.au) |
2025-08-26 09:20:07 +0200 | trickard_ | (~trickard@cpe-63-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-26 09:18:41 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-26 09:15:55 +0200 | <Axman6> | we have sqrt, wondering if there's anything more direct like that |
2025-08-26 09:15:13 +0200 | <jreicher> | Axman6: what do you mean by "better"? |
2025-08-26 09:11:48 +0200 | acidjnk | (~acidjnk@p200300d6e7171935d5e5673b6843e553.dip0.t-ipconnect.de) acidjnk |
2025-08-26 09:10:18 +0200 | marinelli | (~weechat@gateway/tor-sasl/marinelli) marinelli |
2025-08-26 09:08:58 +0200 | trickard_ | (~trickard@cpe-63-98-47-163.wireline.com.au) |
2025-08-26 09:08:46 +0200 | trickard | (~trickard@cpe-63-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-26 09:07:36 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-26 09:06:32 +0200 | segfaultfizzbuzz | (~segfaultf@23-93-74-222.fiber.dynamic.sonic.net) (Ping timeout: 248 seconds) |
2025-08-26 09:03:12 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-26 09:02:05 +0200 | segfaultfizzbuzz | (~segfaultf@23-93-74-222.fiber.dynamic.sonic.net) segfaultfizzbuzz |
2025-08-26 09:00:42 +0200 | caconym747 | (~caconym@user/caconym) caconym |
2025-08-26 09:00:00 +0200 | caconym747 | (~caconym@user/caconym) (Quit: bye) |
2025-08-26 08:59:20 +0200 | <Axman6> | This feels like an obvious question, but is there a better way to compute the cube root of a number than n**(1/3)? |
2025-08-26 08:59:08 +0200 | zarakshR | (~Thunderbi@0542a05a.skybroadband.com) (Ping timeout: 256 seconds) |
2025-08-26 08:56:34 +0200 | sord937 | (~sord937@gateway/tor-sasl/sord937) (Quit: sord937) |
2025-08-26 08:52:38 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds) |
2025-08-26 08:47:50 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-26 08:46:09 +0200 | lortabac | (~lortabac@2a01:e0a:541:b8f0:55ab:e185:7f81:54a4) |
2025-08-26 08:43:48 +0200 | vanishingideal | (~vanishing@user/vanishingideal) vanishingideal |
2025-08-26 08:37:12 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-08-26 08:36:26 +0200 | tromp | (~textual@2001:1c00:3487:1b00:e4be:35da:9f42:3b49) |
2025-08-26 08:34:37 +0200 | segfaultfizzbuzz | (~segfaultf@23-93-74-222.fiber.dynamic.sonic.net) (Ping timeout: 258 seconds) |
2025-08-26 08:33:05 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2025-08-26 08:32:50 +0200 | sord937 | (~sord937@gateway/tor-sasl/sord937) sord937 |
2025-08-26 08:32:26 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-26 08:32:01 +0200 | <haskellbridge> | <maerwald> geekosaur: Yeah, I'm super conservative with bumping the recommended version of cabal, since I don't have high confidence about release quality and regression testing. But that also means that sometimes people have to challenge the recommendations. That's good. |
2025-08-26 08:30:07 +0200 | segfaultfizzbuzz | (~segfaultf@23-93-74-222.fiber.dynamic.sonic.net) |
2025-08-26 08:26:05 +0200 | takuan | (~takuan@d8D86B9E9.access.telenet.be) |
2025-08-26 08:21:35 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-08-26 08:18:54 +0200 | <Axman6> | Looks a lot like either Alternative's empty of MonadPlus' mzero |
2025-08-26 08:17:56 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich |
2025-08-26 08:17:34 +0200 | <Axman6> | what are the properties of f? |
2025-08-26 08:17:33 +0200 | Lycurgus | (~juan@user/Lycurgus) (Quit: alsoknownas.renjuan.org ( juan@acm.org )) |
2025-08-26 08:17:02 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-26 08:08:56 +0200 | euphores | (~SASL_euph@user/euphores) (Ping timeout: 258 seconds) |
2025-08-26 08:06:15 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 258 seconds) |
2025-08-26 08:01:39 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-26 07:56:57 +0200 | mari-estel | (~mari-este@user/mari-estel) (Ping timeout: 260 seconds) |
2025-08-26 07:55:49 +0200 | euphores | (~SASL_euph@user/euphores) euphores |
2025-08-26 07:50:34 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds) |