Changes between Initial Version and Version 3 of Ticket #19423
- Timestamp:
- Jan 30, 2016, 12:10:11 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19423
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Daniel Krenn
- Property Cc cheuberg behackl added
-
Property
Branch
changed from
to
u/dkrenn/asy/exploginv_taylor
-
Property
Commit
changed from
to
84568cf4a0f89cbf3bfe22e6fd2ed279c08f4831
-
Property
Status
changed from
-
Ticket #19423 – Description
initial v3 1 1 From #19083, comment 66, 33: 2 > I think that there is shared code between `__invert__`, `__log__`, `__exp__` and powers with rational exponents . In all those cases, it is important to split into main term and renormalized remainder. The main term is then processed according to the respective method, the remainder is inserted into a converging taylor series with certain coefficients (this could be handeled by one method getting the sequence of taylor coefficients as an argument).2 > I think that there is shared code between `__invert__`, `__log__`, `__exp__` and powers with rational exponents (#19316). In all those cases, it is important to split into main term and renormalized remainder. The main term is then processed according to the respective method, the remainder is inserted into a converging taylor series with certain coefficients (this could be handeled by one method getting the sequence of taylor coefficients as an argument).