Poisson Distribution in C++

1
2
#include <cmath>
#include <cstdio>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

2 Responses

Nice, but why do you need to include <cstdio>, <vector>, and <algorithm> ?
good to see some C++ on here ! keep up the good work !!
Thanks Judd. No, I don't need to include <cstdio>, <vector>, and <algorithm> here. They were just in my project template, so forgot to delete it. :) :) And thanks for the complement.

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.