# test the math functions that return intstry:importmathexceptImportError:print("SKIP")raiseSystemExitforfunin(math.ceil,math.floor,math.trunc):forxin(-1.6,-0.2,0,0.6,1.4,float("inf"),float("nan")):try:print(fun(x))except(ValueError,OverflowError)ase:print(type(e))