Opened 10 years ago
Closed 10 years ago
#11965 closed defect (fixed)
dojox/calc: 2^3.1 seems to hang
Reported by: | Douglas Hays | Owned by: | jason_hays22 |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dojox | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run test_GraphPro.html and immediately enter 23.1
This seems to take forever (30 seconds) to execute.
Do the same with test_Standard.html and it's fast.
Attachments (1)
Change History (2)
Changed 10 years ago by
Attachment: | 11965.patch added |
---|
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I made toFrac's pow function use the standard Math.pow for positive bases. Also, Grapher was not erasing multi-segment graphs properly because the erase() loop did not increment variable "nameNum" Also, Standard now outputs "Not a Number" (rather than nothing) if there was invalid input such as (-27)(3/2). CLA