Although the ODE solver and other functions return very precise numbers, we cannot (or at least do not spend enough computing time to) be sure of the precioion to an arbitrary level. This function both limits the number of signficant figures reported and truncates the numerical precision.
set_httk_precision(in.num, sig.fig = 4, num.prec = 9)
numeric values
The numeric variable (or assembly of numerics) to be processed.
The number of significant figures reported. Defaults to 4.
The precision maintained, digits below 10^num.prec are dropped. Defaults to 9.
John Wambaugh