Scheduler
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
utils
math.h
Go to the documentation of this file.
1
10
#ifndef MATH_H
11
#define MATH_H
12
13
#include <vector>
14
namespace
Utils
15
{
16
int
lcm
(std::vector<int> array);
17
int
gcd
(std::vector<int> array);
18
}
19
#endif
Utils::lcm
int lcm(std::vector< int > array)
Definition:
math.cpp:19
Utils
Definition:
context.h:16
Utils::gcd
int gcd(std::vector< int >)
Definition:
math.cpp:50
Generated on Sun Nov 26 2017 17:01:36 for Scheduler by
1.8.11