asin method

MathValue asin()

Implementation

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