Opened 14 years ago
Closed 11 years ago
#2 closed defect (fixed)
Gamma not accurate
Reported by: | rtoy | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
The function gamma does not return integers when the argument is an integer.
* (gamma 4d0) 6.000000000000014d0
It should be 6d0.
Note: See
TracTickets for help on using
tickets.
I think this is fixed. Spot checks show that the results are accurate.