|
Mathworks++
A C++ port of Python Mathworks
|
Functions | |
| std::vector< int > | getMultiples (int number, int numcount) |
| Gets the first "numcount" multiples of "number". More... | |
| std::vector<int> mathworks::multiples::getMultiples | ( | int | number, |
| int | numcount | ||
| ) |
Gets the first "numcount" multiples of "number".
| number | The number to get the multiples of. |
| numcount | The number of multiples to get. |