Hello,
in STACK questions I am often reading numbers given by various formulas, like
ta: decimalplaces(subst([m=mx,Mh=Mhx,Mb=Mbx],my_expression),2);
Please how do I introduce the numerical tolerance check of this @ta@ student answer, let say +/- 0.2 ?
Thanks.