package basic
import (
"fmt"
"testing"
)
func Test_LoBo(t *testing.T) {
fmt.Printf("%.9f", dt_cal(2020.5))
}