MultiPrec constructor

MultiPrec()

Implementation

MultiPrec(){
	_constI = {};
	_constF = {};

	fabs = abs;
	fneg = neg;
	fset = set;
}