5 #ifndef __pinocchio_math_taylor_expansion_hpp__
6 #define __pinocchio_math_taylor_expansion_hpp__
8 #include "pinocchio/math/fwd.hpp"
20 template<
typename Scalar>
34 math::pow(std::numeric_limits<Scalar>::epsilon(), Scalar(1) / Scalar(degree + 1));
40 return math::pow(std::numeric_limits<Scalar>::epsilon(), Scalar(1) / Scalar(degree + 1));
Main pinocchio namespace.
static Scalar precision()
Computes the expected tolerance of the argument of a Taylor series expansion for a certain degree acc...