Changes between Initial Version and Version 2 of Ticket #18970
- Timestamp:
- 07/30/15 06:53:45 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18970
-
Property
Summary
changed from
always simplify log(a^m,a) to m for any m coercible to Integer
toalways simplify log(a^m,a) to m for any a,m coercible to Integer
-
Property
Summary
changed from
-
Ticket #18970 – Description
initial v2 7 7 sage: log(8,2) 8 8 3 9 10 Also: 11 sage: log(1/8,2) 12 log(1/8)/log(2) 9 13 }}}