cos method

MathValue cos()

Implementation

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