orange has asked for the wisdom of the Perl Monks concerning the following question:
return False, but i think it must print True, because 2*5 And 2*6 < 18use strict; use warnings; use Quantum::Superpositions; if (any(2)*all(5,6) < 18) { print "True\n" } else {print "False\n"}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Quantum::Superpositions problem
by grinder (Bishop) on Sep 15, 2008 at 12:41 UTC | |
|
Re: Quantum::Superpositions problem
by ikegami (Patriarch) on Sep 15, 2008 at 12:26 UTC | |
|
Re: Quantum::Superpositions problem
by moritz (Cardinal) on Sep 15, 2008 at 12:19 UTC |