Commits

Stephen Canon committed 5da37a5b1a0
Round Float.pi down so that it's in [0,π]. * Change value of Float.pi so that it's rounded down; this helps insure that angles computed via trigonometry end up in the correct quadrant. * Missed commit of corresponding test change.