atanh method

MathValue atanh()

Implementation

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