Changeset 313 for trunk/lib/utility.h


Ignore:
Timestamp:
May 17, 2007, 1:40:44 PM (16 years ago)
Author:
Peter Johansson
Message:

precentage in tables, fixes #194

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/utility.h

    r309 r313  
    105105  ///
    106106  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);
    107112
    108113  ///
Note: See TracChangeset for help on using the changeset viewer.