func SwapFloat(x, y *Float) { x.doinit() y.doinit() C.mpf_swap(&x.i[0], &y.i[0]) }
func SwapFloat(x, y *Float) { C.mpf_swap(&x.i[0], &y.i[0]) }