asinh method

MathValue asinh()

Implementation

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