Changes between Initial Version and Version 1 of Ticket #9706, comment 67
- Timestamp:
- 12/04/13 20:51:12 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9706, comment 67
initial v1 40 40 return T_c 41 41 }}} 42 43 I made it shorter. What is preferable? recursive or iterative? Normaly iterative, but in this case it is longer due to the indices battles ...