package mathutil

import 

// Abs get absolute value of given value
func [ comdef.Int]( )  {
	if  >= 0 {
		return 
	}
	return -
}