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