func TestNode180(t *testing.T) { for i, j := range n180 { if e := math.Abs(moon.Node(j) - math.Pi); e > 1e-3 { t.Error(i, e) } } }
func TestNode0(t *testing.T) { for i, j := range n0 { if e := math.Abs(base.PMod(moon.Node(j)+1, 2*math.Pi) - 1); e > 1e-3 { t.Error(i, e) } } }