Changeset 313 for trunk/lib/utility.h
- Timestamp:
- May 17, 2007, 1:40:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/utility.h
r309 r313 105 105 /// 106 106 bool node_exist(const std::string& path); 107 108 /** 109 @return 0 if \a b = 0 otherwise \f$ \frac{100*a}{b} \f$ 110 */ 111 int percent(int a, int b); 107 112 108 113 ///
Note: See TracChangeset
for help on using the changeset viewer.