Opened 6 years ago
Closed 6 years ago
#21455 closed task (fixed)
Document that coth et al now work with wildcards
Reported by: | kcrisman | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | sage-7.4 |
Component: | documentation | Keywords: | |
Cc: | Merged in: | ||
Authors: | Ralf Stephan | Reviewers: | Jori Mäntysalo |
Report Upstream: | N/A | Work issues: | |
Branch: | 9cd3343 (Commits, GitHub, GitLab) | Commit: | 9cd33434aaa962785efbaf7520252a7376610486 |
Dependencies: | Stopgaps: |
Description
In 7.4 betas, this now works
sage: tanh(SR.wild(0)) #for references; this works tanh($0) sage: coth(SR.wild(0)) ValueError: The name "" is not a valid Python identifier.
See #21444
Change History (4)
comment:1 Changed 6 years ago by
Branch: | → u/rws/document_that_coth_et_al_now_work_with_wildcards |
---|
comment:2 Changed 6 years ago by
Authors: | → Ralf Stephan |
---|---|
Commit: | → 9cd33434aaa962785efbaf7520252a7376610486 |
Status: | new → needs_review |
comment:3 Changed 6 years ago by
Reviewers: | → Jori Mäntysalo |
---|---|
Status: | needs_review → positive_review |
LGTM.
comment:4 Changed 6 years ago by
Branch: | u/rws/document_that_coth_et_al_now_work_with_wildcards → 9cd33434aaa962785efbaf7520252a7376610486 |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
New commits:
add doctest for ticket 21455