~leanid-chaika/lge/trunk

« back to all changes in this revision

Viewing changes to src/math/math.hpp

  • Committer: leanid.chaika
  • Date: 2012-06-16 11:51:26 UTC
  • Revision ID: leanid.chaika@gmail.com-20120616115126-meml6ua1ofqwxhas
Продолжаю писать сетку.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef MATH_HPP_
 
2
#define MATH_HPP_
 
3
 
 
4
namespace math {
 
5
 
 
6
double ceil_module_r(double value);
 
7
double ceil_module_l(double value);
 
8
 
 
9
} /* namespace math */
 
10
#endif /* MATH_HPP_ */