sin method

MathValue sin()

Implementation

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