apple / swift-numerics

Advanced mathematical types and functions for Swift
Apache License 2.0
1.68k stars 142 forks source link

[DRAFT] WIP: Swifty numeric formatting #177

Open milseman opened 3 years ago

milseman commented 3 years ago

Work-in-progress providing a Swifty, extensible alternative to printf-style formatting for numerics.

The output is not meant for end-user consumption, use a locale-rich formatter for that. This is meant for machine and programmer use (e.g. log files, textual formats, or anywhere printf is used).

TODO: