Mathworks++
A C++ port of Python Mathworks
 All Classes Namespaces Files Functions Pages
multiples.hpp
Go to the documentation of this file.
1 #ifndef MULTIPLES_HPP_INCLUDED
2 #define MULTIPLES_HPP_INCLUDED
3 
4 #include <vector>
5 
6 namespace mathworks
7 {
8 namespace multiples
9 {
11 
15 std::vector<int> getMultiples(int number, int numcount);
16 }
17 }
18 
19 #endif // MULTIPLES_HPP_INCLUDED