2

Consider a table

tabb={{1.233546576,2.454546565},{22334.46687875465,6787233.3565665655}}

I want to convert it into a table where all the numbers are only with 4 digits after the comma, and then export it (to save size of the output file).

This is what I do:

tabbSh={NumberForm[#[[1]], 4],NumberForm[#[[2]], 4]}&/@tabb

However, the elements of the resulting table become non-numeric. Could you please tell me how to fix this problem?

John Taylor
  • 5,701
  • 2
  • 12
  • 33

0 Answers0