Expression functionsBasic Operationsmath.AbsOn this pagemath.AbsAbsolute value math.Abs(x: float64) -> float64 Arguments NameTypexfloat64 Example {{ math.Abs(-5.5) }} Returns 5.5.