/** * Fix.hh * * Created on: 23 jun. 2018 * Author: AKKA IS */ #ifndef FIX_HH_ #define FIX_HH_ #include /** * @bried Compute the fix of el */ int Fix(const float& el); int Fix(const double& el); int Fix(const long double& el); int Fix(const int& el); int Fix(const short& el); std::vector Fix(const std::vector& el); std::vector Fix(const std::vector& el); std::vector Fix(const std::vector& el); std::vector Fix(const std::vector& el); std::vector Fix(const std::vector& el); #endif /* FIX_HH_ */