| 
    cxxomfort
    rel.20211024
    
   Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/ 
   | 
 
Represents finite rational numbers with numerator and denominator that fit into C++'s type system. More...
Public Types | |
| typedef ratio< num, den > | type | 
| Exposes the proper rational number type, in its reduced form.  | |
Represents finite rational numbers with numerator and denominator that fit into C++'s type system.
| N | Numerator, a value of type intmax_t  | 
| D | Denominator, a value of type intmax_t  | 
 1.8.13