aimstil  5.0.5
fraction.h File Reference
#include <exception>
#include "fraction.tpp"
#include "fraction_policies.h"
Include dependency graph for fraction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  til::Fraction< T, ZeroByZeroPolicy >
 A class to divide one number by another. More...
 

Namespaces

 til
 Belongs to package Box Do not include directly, include til/Box.h instead.
 

Functions

template<typename ZeroByZeroPolicy , typename T >
boost::enable_if_c<!std::numeric_limits< T >::is_integer, T >::type til::fraction (T nom, T denom)
 Divides one number by another. More...