|
Mathworks++
A C++ port of Python Mathworks
|
#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | mathworks |
| namespace | mathworks::multiples |
Functions | |
| std::vector< int > | mathworks::multiples::getMultiples (int number, int numcount) |
| Gets the first "numcount" multiples of "number". More... | |