Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: f70f67cc684b1466b91ab0dc1a114f4fb0f5264e https://github.com/Perl/perl5/commit/f70f67cc684b1466b91ab0dc1a114f4fb0f5264e Author: Lukas Mai <lukasmai....@gmail.com> Date: 2024-10-30 (Wed, 30 Oct 2024)
Changed paths: M dist/Math-Complex/lib/Math/Complex.pm Log Message: ----------- Math::Complex: remove redundant \s* before $gre $gre already includes leading whitespace. Commit: fd3329ca9a1edd5ce4820de6e8a1da4cc3bcb382 https://github.com/Perl/perl5/commit/fd3329ca9a1edd5ce4820de6e8a1da4cc3bcb382 Author: Lukas Mai <lukasmai....@gmail.com> Date: 2024-10-30 (Wed, 30 Oct 2024) Changed paths: M dist/Math-Complex/t/Complex.t Log Message: ----------- Math::Complex: fix regex for scientific notation in test Commit: 8811686b4e271d0ad3614b8f3b35fb6201f6e8b5 https://github.com/Perl/perl5/commit/8811686b4e271d0ad3614b8f3b35fb6201f6e8b5 Author: Lukas Mai <lukasmai....@gmail.com> Date: 2024-10-30 (Wed, 30 Oct 2024) Changed paths: M dist/Math-Complex/lib/Math/Complex.pm M dist/Math-Complex/t/Complex.t Log Message: ----------- Math::Complex: support bare i in the imaginary part '2+i' should parse as '2+1i'. Fixes #22711. Commit: 3746dea69d28b2b479f2d908f0462a26cbbf1b88 https://github.com/Perl/perl5/commit/3746dea69d28b2b479f2d908f0462a26cbbf1b88 Author: Lukas Mai <lukasmai....@gmail.com> Date: 2024-10-30 (Wed, 30 Oct 2024) Changed paths: M dist/Math-Complex/lib/Math/Complex.pm M dist/Math-Complex/t/Complex.t Log Message: ----------- Math::Complex: fix more parsing corner cases In particular, '23i' now parses as 0 + 23i, not 2 + 3i. Also handle 'inf', '-inf', 'infi', and '-infi' correctly. Commit: 7c2b838d341cfbba7ab402e4528b7b4f10513da3 https://github.com/Perl/perl5/commit/7c2b838d341cfbba7ab402e4528b7b4f10513da3 Author: Lukas Mai <lukasmai....@gmail.com> Date: 2024-10-30 (Wed, 30 Oct 2024) Changed paths: M dist/Math-Complex/lib/Math/Trig.pm Log Message: ----------- Math::Trig: correct interval in documentation This effectively undoes commit 02b54f9d07, which tried to fix a typo, but introduced a technical inaccuracy because it wasn't a typo. The intent is to specify a half-open interval including 0 but not including 2pi. The original notation used was [a, b[ which is common in some European countries, but [a, b) seems to be more common in the English-speaking world. Commit: 501d3382aeed262645f2401412845be0f2b7bf26 https://github.com/Perl/perl5/commit/501d3382aeed262645f2401412845be0f2b7bf26 Author: Lukas Mai <lukasmai....@gmail.com> Date: 2024-10-30 (Wed, 30 Oct 2024) Changed paths: M dist/Math-Complex/lib/Math/Complex.pm M dist/Math-Complex/lib/Math/Trig.pm Log Message: ----------- Math-Complex: bump version Commit: 7707ee7d109f94517cb27ab79cad677390a67382 https://github.com/Perl/perl5/commit/7707ee7d109f94517cb27ab79cad677390a67382 Author: Lukas Mai <lukasmai....@gmail.com> Date: 2024-10-30 (Wed, 30 Oct 2024) Changed paths: M pod/perldelta.pod Log Message: ----------- perldelta entry for Math::Complex Compare: https://github.com/Perl/perl5/compare/1c29794e4722...7707ee7d109f To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications