I have a table computing many numbers with large precision. Because of this, probably, Mathematica consumes a lot of RAM. Is it possible to restrict the precision in any calculations by default (globally) by n digits?
Asked
Active
Viewed 62 times
SetPrecisionon your table inputs instead. Would that not work? – MarcoB Feb 04 '22 at 15:44