Changes between Version 2 and Version 3 of Ticket #9706, comment 64
- Timestamp:
- 12/04/13 15:53:33 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9706, comment 64
v2 v3 10 10 n >= 100? 11 11 12 Considering rational numbers as input, the recursion formula works best, due to this paper. This should be considered too. 13 12 14 @Matrix Multiplication: It's also my favorite, but I will compare first.