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