Changes between Initial Version and Version 2 of Ticket #28390
- Timestamp:
- 08/24/19 15:16:28 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28390 – Description
initial v2 3 3 sage: f(x) = x**(1/3); f 4 4 x |--> x^(1/3) 5 sage: f (x, 0,3)6 x ^(1/3)5 sage: f.taylor(x,0,3) 6 x |--> x^(1/3) 7 7 }}}