sqrt method

MathValue sqrt()

Implementation

MathValue sqrt(){
	return complexToValue( _complex().sqrt() );
}