Stirling numbers of the first kind: Difference between revisions

Content added Content deleted
m (Improved C++ output)
m (Removed unncessary #include from C++ code)
Line 220: Line 220:
{{libheader|GMP}}
{{libheader|GMP}}
<lang cpp>#include <algorithm>
<lang cpp>#include <algorithm>
#include <cstdint>
#include <iomanip>
#include <iomanip>
#include <iostream>
#include <iostream>