round.h 173 B

12345678910111213
  1. /*
  2. * round.h
  3. *
  4. * Created on: 02.12.2016
  5. * Author: pavel
  6. */
  7. #ifndef ROUND_H_
  8. #define ROUND_H_
  9. float roundto(float value, uint8_t digits);
  10. #endif /* ROUND_H_ */