Skip to content

Instantly share code, notes, and snippets.

View jacobsologub's full-sized avatar

Jacob Sologub jacobsologub

View GitHub Profile
@jacobsologub
jacobsologub / human-numbers.cpp
Created January 30, 2018 01:45 — forked from cslarsen/human-numbers.cpp
Convert big number to human readable format
/*
* A simple way to format numbers as human readable strings.
* E.g., 123456789 ==> 123 million
*
* Written by Christian Stigen Larsen
* http://csl.sublevel3.org
*
* Placed in the public domain by the author, 2012
*/