You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
373 B

package main
import (
"fmt"
"golang_learn/data_func/go_to_TjHz/J210X"
)
func main() {
fmt.Printf("%f\n", J210X.J024_1_1()+J210X.J024_2_1())
fmt.Printf("%f\n", J210X.J024_1_2()+J210X.J024_2_2())
fmt.Printf("%f\n", J210X.J024_1_12()*J210X.J024_2_12())
fmt.Printf("%f\n", J210X.J024_1_13()/J210X.J024_2_13())
fmt.Printf("%f\n", J210X.J024_1_14()/J210X.J024_2_14())
}