cosh method

MathValue cosh()

Implementation

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