Changes between Initial Version and Version 1 of Ticket #4102, comment 22
- Timestamp:
- 02/08/13 17:49:19 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4102, comment 22
initial v1 3 3 * `Verfify` typo 4 4 * `increasin` typo 5 * I don't know why, but the math following "It follows from Bessel's..." doesn't look right in the doc (the `:math:` directive is not parsed) 6 * Is \operatorname{bessel\_I}(\alpha, x) standard or should we just just the I sub whatever? 7 * {{{`test_relation()`}}} needs to be in double back ticks or have a link to the appropriate place in the ref manual 5 8 * Trac tickets should use `:trac:` syntax 6 9 * Does `f(x) = Bessel(0): plot(f, (x, 1, 10))` work, or must one use `Bessel(0)(x)`? The example after that makes it look like maybe not... 10 * Bessel Y and Bessel K need a little filling out - and one of the `:math:` directives doesn't show up at all, the other isn't parsed right for some reason again 7 11 * I'd personally get rid of the whitespace changes in sage/functions/special.py - unlikely to have an effect, but not really necessary. 8 12 * How should we deal with the removal of the `"maxima"` and `"pari"` arguments? I'm not sure if it's really feasible to have a deprecation period for that, but we should discuss it.