Re: [guile-lib] PATCH: fix primes.scm

2025-02-17 Thread Maxim Cournoyer
Hi Zack, "Zack Weinberg" writes: > On Sun, Feb 16, 2025, at 10:22 AM, Maxim Cournoyer wrote: >>> primes.scm appears never to have been updated for the new bitvector API >>> (in Guile 3?), causing both build and test failures. >>> The appended patch (vs 0.2.8.1) fixes the failures I am seeing. >>

Re: [PATCH v2 guile-lib] src: (math trigonometry): Add it.

2025-02-17 Thread Maxime Devos
On 17/02/2025 8:03, Adam Faiz wrote: + (cond ((zero? x) + (let ((sign (if (positive? y) + -))) + (sign 90))) atan(0,0) is not well-defined (more precisely, there is no unique choice within the interval [0,360°)) - if the point (0,0) is written in polar coordinates (0*cos t