Opened 7 years ago
Last modified 4 years ago
#18697 new defect
any FP number in an Expression without symbol should trigger evaluation — at Initial Version
Reported by: | rws | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-6.8 |
Component: | symbolics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
sage: 0.1 * cos(pi/13) 0.100000000000000*cos(1/13*pi)
This is annoying because the 0.1
at once limits the precision of any other non-symbolic expression.
Note: See
TracTickets for help on using
tickets.