sinh method

MathValue sinh()

Implementation

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