astro/basic/coordinate_test.go

11 lines
114 B
Go
Raw Normal View History

2019-10-24 10:44:21 +08:00
package basic
import (
"fmt"
"testing"
)
func Test_LoBo(t *testing.T) {
2020-07-14 15:38:51 +08:00
fmt.Printf("%.9f", dt_cal(2020.5))
2019-10-24 10:44:21 +08:00
}