aimstil
5.0.5
|
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... | |