getAnsValue method

MathValue getAnsValue()

Implementation

MathValue getAnsValue(){
	_setEnv();
	return _param.val( 0 );
}