ANIMA  4.0
animaTrigonometricFunctions.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace anima
4 {
5 
6 template <class T> double SinOverId(const T &x);
7 
8 } // end of namespace anima
9 
11 
12 
double SinOverId(const T &x)