NAME
A function of omni::math
omni::math::summation
A function of omni::math
#include <omni/math.hpp>template < typename T > inline T omni::math::summation(T index, T end, const omni::delegate1<T, T>& sum, const omni::delegate1<bool, T>& break_cond)