4.数学

予早 2024-12-20 09:13:22
Categories: Tags:
package main

import (
   "fmt"
   "math"
)

func main() {
   fmt.Println(math.Abs(-3.4))
}