tanh method

MathValue tanh()

Implementation

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