Implement printmatrix for scalar entries
- Dec 29, 2018
-
-
Oliver Sander authored
Simplify the implementation while we're there. The IsNumber trait allows much simpler recursion termination.
-
Oliver Sander authored
The code still involves recursion, therefore the separate 'Helper' method remains necessary.
-