Mathworks++
A C++ port of Python Mathworks
 All Classes Namespaces Files Functions Pages
multiples.hpp File Reference
#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...