Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
PowerSeriesInputIterator
Method · 0.45
shorten
Method · 0.45
getValue
Method · 0.45
Calls
1
iterator
Class · 0.85
Tested by
no test coverage detected