LibRapid / librapid

A highly optimised C++ library for mathematical applications and neural networks.
http://librapid.rtfd.io
MIT License
164 stars 10 forks source link

Extend MPIR printing functionality with FMT #80

Closed Pencilcaseman closed 2 years ago

Pencilcaseman commented 2 years ago

File: src/librapid/internal/config.hpp

Line: 52

Request: Improve printing to support a wider range of arguments and configuration options

Pencilcaseman commented 2 years ago

Added some fairly basic formatting capabilities. Currently just printing with a specified decimal precision. If anyone wants more functionality urgently, feel free to reopen with a specific request. I'll probably add more features in the future but for now it's not a high-priority item :)