in reply to Re: Division of big integers
in thread Division of big integers
Re^3: Division of big integers by LanX
Are you seriously going to waste the time to (rant) (rant)Re^4: Division of big integers by harangzsolt33
It's not my fault that you will never realize the brilliance of TinyPerl (etc) (etc) Windows XP (etc)
Re-implementing big-int math from scratch in decimal ascii is a small price to pay.Re^5: Division of big integers by LanX
I'm done with this. Why do you keep posting about (rant) (rant)
Re^5: Division of big integers by NERDVANA
So... on your page about how to install Windows XP I see that in addition to TinyPerl you also install Python 3.4
One easy fix could then besub bigint_divide { my ($numerator, $divisor)= @_; chomp(my $ret= `python3.exe -c "print(int('$numerator')/int('$diviso +r'))"`); $ret; }
Now everyone can get back to their holiday partying!
Happy New Year!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Division of big integers
by karlgoethebier (Abbot) on Jan 01, 2025 at 00:04 UTC | |
by LanX (Saint) on Jan 01, 2025 at 02:34 UTC | |
Re^3: Division of big integers
by etj (Priest) on Jan 01, 2025 at 04:10 UTC | |
Re^3: Division of big integers
by LanX (Saint) on Dec 31, 2024 at 22:31 UTC | |
Re^3: Division of big integers
by harangzsolt33 (Deacon) on Jan 01, 2025 at 04:44 UTC | |
by NERDVANA (Priest) on Jan 01, 2025 at 16:54 UTC | |
by soonix (Chancellor) on Jan 01, 2025 at 12:48 UTC | |
by LanX (Saint) on Jan 01, 2025 at 14:01 UTC |