tesseract++
0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
core
include
math
divide.h
Go to the documentation of this file.
1
#ifndef DIVIDE_H
2
#define DIVIDE_H
3
4
namespace
math
5
{
6
template
<
typename
T>
7
T
divide
(T x, T y)
8
{
9
std::cout <<
"divide generic"
<< std::endl;
10
return
x;
// Placeholder implementation
11
}
12
}
13
14
#endif
// DIVIDE_H
math
Definition
atan.h:5
math::divide
T divide(T x, T y)
Definition
divide.h:7
Generated by
1.9.8