Opened 11 years ago
Closed 11 years ago
#3867 closed defect (fixed)
Type error in GraphPlotter
Reported by: | AlanJAS | Owned by: | danielfrancis |
---|---|---|---|
Priority: | High | Milestone: | Unspecified |
Component: | GraphPlotter | Version: | Unspecified |
Severity: | Major | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Resolved |
Description (last modified by danielfrancis)
Steps to reproduce:
Enter a function like: ( 1 /3 ) * x + 2
Issue:
It makes the integer divison 1 / 3 = 1
Expected behaviour:
Get the result of 1/ 3 = 0.333..
Change History (3)
comment:1 Changed 11 years ago by danielfrancis
- Description modified (diff)
- Severity changed from Unspecified to Major
comment:2 Changed 11 years ago by danielfrancis
- Bug Status changed from New to Resolved
comment:3 Changed 11 years ago by danielfrancis
- Resolution set to fixed
- Status changed from new to closed
Released and reviewed by you, Alan.
Closing as fixed.
Note: See
TracTickets for help on using
tickets.
Commited and applied on GIT repository as:
http://git.sugarlabs.org/graph-plotter/mainline/commit/3b95162add2f823c8bce0c20ae9138ebbf8e301b
You can test it, and/or if there isn't any other issue with decimals we could close it as fixed.