Hi,

* Adrian Bunk <[email protected]> [2026-04-18 11:34]:
On Sat, Apr 18, 2026 at 12:03:53AM +0000, [email protected] wrote:
...
Option 1 passes Majority.               5.000 (289/50) >= 1
...

The conclusion seems correct, but not the math.

This seems to be a bug with Math::BigInt in dvt-rslt. Compare:

$ perl -e 'use Math::BigInt ":constant"; print 1.0 * 289 / 50'
5

$ perl -e 'use Math::BigInt; print 1.0 * 289 / 50'
5.78


Cheers
Timo

--
⢀⣴⠾⠻⢶⣦⠀   ╭────────────────────────────────────────────────────╮
⣾⠁⢠⠒⠀⣿⡁   │ Timo Röhling                                       │
⢿⡄⠘⠷⠚⠋⠀   │ 9B03 EBB9 8300 DF97 C2B1  23BF CC8C 6BDD 1403 F4CA │
⠈⠳⣄⠀⠀⠀⠀   ╰────────────────────────────────────────────────────╯

Attachment: signature.asc
Description: PGP signature

Reply via email to