package main import ( "math" ) func main() { println(math.Abs(-1.2)) }