tan method

MathValue tan()

Implementation

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