Elektrine lite

← Feed

@reckter@social.oc.is

Post #945974

2026-04-05 11:52 UTC

That moment when you get an error, because your lcm (least common multiplicative) returns 6004799503160661 for lcm(1/3, 1). Damn you numbers!

Replies (1)

  • @reckter@social.oc.is 2026-04-05 11:55

    The root cause, was floating numbers being inprecise ( 1 % 1/3, should be 0, but it was ~5e-17), which in turn caused the huge number.

    Open ##1514345