Matrix round([int places = 8]) { return performFunction((a) => double.parse(a.toStringAsFixed(places))); }