![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re^6: solve cubic equations (Python)by no_slogan (Deacon) |
on May 05, 2017 at 18:54 UTC ( #1189599=note: print w/replies, xml ) | Need Help?? |
I guess most people do, but I don't care for it. If I have an integer, I need to use // to divide, or it gets converted to a float. If I have a Fraction, I need to use /, or it gets converted to an integer. You say, "but // always produces an integer, that's so much easier." But I don't see why there has to be a special operator devoted to integers.
In Section
Cool Uses for Perl
|
|