You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package moon
|
|
|
|
import (
|
|
"fmt"
|
|
"testing"
|
|
)
|
|
|
|
func TestMoonI(t *testing.T) {
|
|
fmt.Println(MoonR(2465445.9755443))
|
|
}
|
|
|
|
func Test_NewCalc(t *testing.T) {
|
|
fmt.Printf("%.14f", MoonCalcNew(2, 2451546.0))
|
|
}
|