MCPcopy Create free account
hub / github.com/Singular/Singular / begin

Method begin

Singular/dyn_modules/python/PowerSeries.h:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144 typedef PowerSeriesInputIterator<traits> iterator;
145 iterator begin()
146 {
147 return iterator(numerator,denominator);
148 }
149 iterator end()
150 {
151 return iterator();

Callers 3

shortenMethod · 0.45
getValueMethod · 0.45

Calls 1

iteratorClass · 0.85

Tested by

no test coverage detected