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