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

PR: New functionality in format_number() and README-typos fixed #20

Closed NervousNullPtr closed 2 years ago

NervousNullPtr commented 2 years ago

This Pull-Request contains an addition to the format_number method. This allows for more international and regional use. I also changed the "." to a ".0" instead for more explicit formatting/printing of numbers.

I also fixed some typos and weird sentences in the README.

Pencilcaseman commented 2 years ago

All looks good to me. I'll merge this now :)