STIR
6.2.0
|
implementation of stir::divide More...
#include <cmath>
Namespaces | |
stir | |
Namespace for the STIR library (and some/most of its applications) | |
Functions | |
template<class NumeratorIterT , class DenominatorIterT , class small_numT > | |
void | stir::divide (const NumeratorIterT &numerator_begin, const NumeratorIterT &numerator_end, const DenominatorIterT &denominator_begin, const small_numT small_num) |
division of two ranges, 0/0 = 0 More... | |
implementation of stir::divide