getPrec method

int getPrec(
  1. MPData a
)
inherited

Implementation

int getPrec( MPData a ){
	return _abs( a.val(0) ) & precMask;
}