atan method

MathValue atan()

Implementation

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