[41/42/..] Micro-challenge: order X and Y by magnitude
|
03-08-2016, 02:53 PM
Post: #2
|
|||
|
|||
RE: [41/42/..] Micro-challenge: order X and Y by magnitude
This appears to work based on a couple quick tests.
Code: LBL "MAGORD" Tests (y, x -> y, x): 8, 4 -> 8, 4 4, 8 -> 8, 4 -8, 4 -> -8, 4 4, -8 -> -8, 4 -8, -4 -> -8, -4 -4, -8 -> -8, -4 -4, 8 -> 8, -4 8, -4 -> 8, -4 8, -8 -> 8, -8 -8, 8 -> 8, -8 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)