VikSa666 / math-rs

A mathematical library
0 stars 0 forks source link

Proper serialization of matrices in terminal #17

Open VikSa666 opened 12 months ago

VikSa666 commented 12 months ago

Should implement properly the std::fmt::Display trait on matrices, taking into account the type of the elements, and if they are floating points, establish a convenience or give by parameter the number of representative decimal points.

ℹ️ Only for the display of matrices in terminal