Hi,
Is there a way to turn off the rounding the smath does for very small numbers? For instance if I want to evaluate something that is 10^-18 or !0^-30, etc.. it defaults to 0 and gives me an incorrect divide by zero error on a subsequent equation.
Thanks