acosh method

MathValue acosh()

Implementation

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